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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Global Accelerator** service.
 */
class GlobalAcceleratorException extends AwsException {}