summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/RDSDataService/Exception/RDSDataServiceException.php
blob: eebd45f26d68a6b95f246416f28770f034f495cf (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\RDSDataService\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS RDS DataService** service.
 */
class RDSDataServiceException extends AwsException {}