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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the Amazon Simple Storage Service.
 */
class S3Exception extends AwsException {}