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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Service Quotas** service.
 */
class ServiceQuotasException extends AwsException {}