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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon EC2 Container Registry** service.
 */
class EcrException extends AwsException {}