<?phpnamespace AwsDocDBException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon DocumentDB with MongoDB compatibility** service. */class DocDBException extends AwsException {}