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

io.github.konfigur8.Misconfiguration.kt Maven / Gradle / Ivy

Go to download

Nano-library which provides the ability to define typesafe (!) configuration templates for applications.

There is a newer version: 1.7.0
Show newest version
package io.github.konfigur8

class Misconfiguration(message: String) : RuntimeException(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy