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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Recycle Bin** service.
 */
class RecycleBinException extends AwsException {}