<?php

namespace Aws\Route53Domains\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the Route 53 Domains service client.
 */
class Route53DomainsException extends ServiceResponseException {}
