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

alakazam.kotlin.core.ThrowableExtensions.kt Maven / Gradle / Ivy

There is a newer version: 4.7.0
Show newest version
package alakazam.kotlin.core

public fun Throwable.requireMessage(): String = this.message ?: "unknown error"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy