apidocs / com.nimmsta.core.android.exception / ExceptionHandling

ExceptionHandling

class ExceptionHandling : PlatformSpecificExceptionInfo

Platform-Specific exception info for localization.

Constructors

<init>

Platform-Specific exception info for localization.

ExceptionHandling(context: Context)

Properties

context

val context: Context

Functions

userMessage

Returns translated user-message for exceptions we know.

fun userMessage(throwable: Throwable): String?