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

use Aws\Exception\AwsException;

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