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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Elastic Disaster Recovery Service** service.
 */
class drsException extends AwsException {}