<?phpnamespace AwsMediaStoreException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS Elemental MediaStore** service. */class MediaStoreException extends AwsException {}