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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Augmented AI Runtime** service.
 */
class AugmentedAIRuntimeException extends AwsException {}