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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS ARC - Zonal Shift** service.
 */
class ARCZonalShiftException extends AwsException {}