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

skinny.injection.ScaldiConfigException.scala Maven / Gradle / Ivy

There is a newer version: 3.0.0-RC1
Show newest version
package skinny.injection

/**
 * Scaldi configuration exception.
 */
case class ScaldiConfigException(msg: String, e: Throwable)
  extends Exception(msg, e)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy