<?phpnamespace AwsElasticTranscoderException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Elastic Transcoder service. */class ElasticTranscoderException extends AwsException {}