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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Support App** service.
 */
class SupportAppException extends AwsException {}