mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-05 04:26:30 +02:00
10 lines
219 B
PHP
10 lines
219 B
PHP
<?php
|
|
namespace Aws\RDSDataService\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS RDS DataService** service.
|
|
*/
|
|
class RDSDataServiceException extends AwsException {}
|