<?phpnamespace AwsArnException;/** * Represents a failed attempt to construct an Arn */class InvalidArnException extends RuntimeException {}