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