<?php

namespace Aws\CloudSearchDomain\Exception;

use Aws\Common\Exception\ServiceResponseException;

/**
 * Exception thrown by the CloudSearchDomain client.
 */
class CloudSearchDomainException extends ServiceResponseException {}
