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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWSKendraFrontendService** service.
 */
class kendraException extends AwsException {}