<?phpnamespace AwsComprehendException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Comprehend** service. */class ComprehendException extends AwsException {}