View file core/libs/s3/vendor/aws/aws-sdk-php/src/CloudSearch/Exception/CloudSearchException.php

File size: 208B
<?php
namespace Aws\CloudSearch\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the Amazon CloudSearch service.
 */
class CloudSearchException extends AwsException {}