10 lines
231 B
PHP
10 lines
231 B
PHP
<?php
|
|
namespace Aws\OpenSearchService\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **Amazon OpenSearch Service** service.
|
|
*/
|
|
class OpenSearchServiceException extends AwsException {}
|