Static Exception Event Only Invoker
Invoker for static exception handler methods that declare only an event:
fun onFailure(event: E)Content copied to clipboard
This handler is selected when the event being processed is an instance of E or any subtype, regardless of which exception was thrown.
These handlers provide event-scoped catch-all behavior at the class level.