<?phpnamespace AwsMediaTailorException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS MediaTailor** service. */class MediaTailorException extends AwsException {}