<?phpnamespace AwsBatchException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Batch** service. */class BatchException extends AwsException {}