ExceptionHandler

fun interface ExceptionHandler

Interface which defines an exception handling process.

Functions

Link copied to clipboard
abstract suspend fun handle(exception: Throwable, update: ProcessedUpdate)

Handling action.