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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the Amazon Route 53 Domains service.
 */
class Route53DomainsException extends AwsException {}