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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Keyspaces** service.
 */
class KeyspacesException extends AwsException {}