All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.youi.net.URLParseException.scala Maven / Gradle / Ivy

The newest version!
package io.youi.net

class URLParseException(message: String, cause: Option[Throwable]) extends RuntimeException(message, cause.orNull)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy