<?phpnamespace AwsTextractException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Textract** service. */class TextractException extends AwsException {}