blended.launcher.LauncherException.scala Maven / Gradle / Ivy
package blended.launcher
class LauncherException(msg: String, cause: Throwable = null, val errorCode: Int) extends RuntimeException(msg, cause)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy