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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **EC2 Image Builder** service.
 */
class imagebuilderException extends AwsException {}