orx
Toggle table of contents
0.5.0-dev.16+0258600
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-crash-handler
/
org.openrndr.extra.crashhandler
/
Reporter
Reporter
abstract
class
Reporter
(
val
handler
:
CrashHandler
)
(
source
)
Inheritors
SlackReporter
Members
Constructors
Reporter
Link copied to clipboard
constructor
(
handler
:
CrashHandler
)
Properties
handler
Link copied to clipboard
val
handler
:
CrashHandler
Functions
report
Crash
Link copied to clipboard
abstract
fun
reportCrash
(
throwable
:
Throwable
)