"Thrown when a URI is invalid" by("Stéphane Épardaud") shared class InvalidUriException(String message) extends Exception(message, null) {}