summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/DataExchange/Exception/DataExchangeException.php
blob: 2275f7f20183250c007d62f5660cceecc9718389 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\DataExchange\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Data Exchange** service.
 */
class DataExchangeException extends AwsException {}