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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Connect Cases** service.
 */
class ConnectCasesException extends AwsException {}