reaktive
Toggle table of contents
2.4.0
common
jsCommon
Platform filter
common
jsCommon
Switch theme
Search in API
reaktive
reaktive
/
com.badoo.reaktive.utils
Package-level
declarations
Functions
Properties
Properties
reaktive
Uncaught
Error
Handler
Link copied to clipboard
var
reaktiveUncaughtErrorHandler
:
(
Throwable
)
->
Unit
Functions
handle
Reaktive
Error
Link copied to clipboard
fun
handleReaktiveError
(
error
:
Throwable
,
onError
:
(
Throwable
)
->
Unit
?
=
null
)
is
Fatal
Link copied to clipboard
jsCommon
actual
fun
Throwable
.
isFatal
(
)
:
Boolean
reset
Reaktive
Uncaught
Error
Handler
Link copied to clipboard
fun
resetReaktiveUncaughtErrorHandler
(
)
throw
If
Fatal
Link copied to clipboard
fun
Throwable
.
throwIfFatal
(
)