Package-level declarations

Properties

Link copied to clipboard

Returns the most relevant error message from a Throwable.

Functions

Link copied to clipboard
inline fun <T> safeCall(message: String? = null, unsafeCall: () -> T?): T?

Executes the provided lambda unsafeCall safely, catching any exceptions and logging them.