class ExceptionHandling : PlatformSpecificExceptionInfo
Platform-Specific exception info for localization.
<init> |
Platform-Specific exception info for localization. ExceptionHandling(context: Context) |
context |
val context: Context |
userMessage |
Returns translated user-message for exceptions we know. fun userMessage(throwable: Throwable): String? |