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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Elastic Block Store** service.
 */
class EBSException extends AwsException {}