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

use Aws\Exception\AwsException;

/**
 * AWS Support service exception.
 */
class SupportException extends AwsException {}