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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Elastic Container Registry Public** service.
 */
class ECRPublicException extends AwsException {}