io.github.konfigur8.Misconfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of konfigur8 Show documentation
Show all versions of konfigur8 Show documentation
Nano-library which provides the ability to define typesafe (!) configuration templates for applications.
package io.github.konfigur8
class Misconfiguration(message: String) : RuntimeException(message)