AutorÃa | Ultima modificación | Ver Log |
<?php namespace Aws\Keyspaces\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon Keyspaces** service. */ class KeyspacesException extends AwsException {}
<?php
namespace Aws\Keyspaces\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Keyspaces** service.
*/
class KeyspacesException extends AwsException {}