<?phpnamespace AwsQLDBException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon QLDB** service. */class QLDBException extends AwsException {}