ErrorEvents

interface ErrorEvents

Events interface with a simple onError event (e.g. for use with EventNotifier).

Functions

Link copied to clipboard
abstract fun onError(error: Throwable)

Triggers an error event.