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

use Aws\Exception\AwsException;

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