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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the Amazon Elastic Compute Cloud service.
 */
class Ec2Exception extends AwsException {}