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