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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon S3 on Outposts** service.
 */
class S3OutpostsException extends AwsException {}