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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Backup Storage** service.
 */
class BackupStorageException extends AwsException {}