<?phpnamespace AwsTranslateException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon Translate** service. */class TranslateException extends AwsException {}