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

molly.core.MollyException.scala Maven / Gradle / Ivy

There is a newer version: 0.5.9
Show newest version
package molly.core

case class MollyException(message: String) extends Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy