You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
Right now it is possible to reuse error handling code by using the pretty clumsy and undocumented
selfinside thekaseblock:with a error handling method like this:
This will act as though the
onmethods from the common error handler was called inside thekaseblock.This should be more explicit and also easier to swap on set of error handling with another.
Something like this:
A
Handlershould store theoncalls and maybe expose them for modification.