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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Account** service.
 */
class AccountException extends AwsException {}