D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
almahero.online
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Keyspaces
/
Exception
/
Filename :
KeyspacesException.php
back
Copy
<?php namespace Aws\Keyspaces\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Keyspaces** service. */ class KeyspacesException extends AwsException {}