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

fallatol.config.ConfigError.scala Maven / Gradle / Ivy

There is a newer version: 0.1.1
Show newest version
package fallatol.config

import org.ekrich.config.ConfigValue

object ConfigError {
  case class UnexpectedValue[CV <: ConfigValue](configValue: CV)
      extends Exception(
        s"Unexpected config value type ${configValue.valueType} - ${configValue.render}"
      )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy