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

commonMain.co.touchlab.skie.configuration.util.StringThrowIfNull.kt Maven / Gradle / Ivy

package co.touchlab.skie.configuration.util

fun String?.throwIfNull(): String =
    this ?: throw IllegalStateException("Parsing error: value is not expected to be null")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy