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

urwerk.source.Exceptions.scala Maven / Gradle / Ivy

The newest version!
package urwerk.source

class SourceException(message: String, cause: Throwable) extends RuntimeException(message, cause):
  def this(cause: Throwable) = this("", cause)
  def this(message: String) = this("", null)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy