Static Exception Throwable Only Invoker
Invoker for static exception handler methods that declare only a throwable:
fun onFailure(t: T)Content copied to clipboard
This handler is selected when the thrown exception is an instance of T or any subtype, independent of the event being processed.
These handlers serve as global exception observers for static subscribers.