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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Chime** service.
 */
class ChimeException extends AwsException {}