<?phpnamespace AwsMediaPackageVodException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Elemental MediaPackage VOD** service. */class MediaPackageVodException extends AwsException {}