fallatol.config.ConfigError.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fallatol-config_native0.5_2.13 Show documentation
Show all versions of fallatol-config_native0.5_2.13 Show documentation
A collection of Type classes and utilities for use with the `sconfig` library
The 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