PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Keyspaces
/
Exception
/
Editing: KeyspacesException.php
<?php namespace Aws\Keyspaces\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Keyspaces** service. */ class KeyspacesException extends AwsException {}
SAVE
CANCEL