newdesigngestionnaire/vendor/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php

10 lines
219 B
PHP
Executable File

<?php
namespace Aws\RDSDataService\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS RDS DataService** service.
*/
class RDSDataServiceException extends AwsException {}