<?phpnamespace AwsRdsException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Relational Database Service. */class RdsException extends AwsException {}