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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon OpenSearch Ingestion** service.
 */
class OSISException extends AwsException {}