<?phpnamespace AwsEcrException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon EC2 Container Registry** service. */class EcrException extends AwsException {}