![JAR search and dependency download from the Maven repository](/logo.png)
dfhdl.options.OnError.scala Maven / Gradle / Ivy
package dfhdl.options
enum OnError derives CanEqual:
case Exit, Exception
object OnError:
given OnError = OnError.Exit
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package dfhdl.options
enum OnError derives CanEqual:
case Exit, Exception
object OnError:
given OnError = OnError.Exit