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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Lex Runtime V2** service.
 */
class LexRuntimeV2Exception extends AwsException {}