handle

abstract suspend fun handle(exception: Throwable, update: ProcessedUpdate)

Handling action.

Parameters

exception

Exception itself.

update

Update that caused it.