in reply to Re: What is the best way to extend packages with global error handlers?
in thread What is the best way to extend packages with global error handlers?
The default implementation of the global error handler does just that, throw an exception, politely, with croak no less. The problem I was struggling with isn't how to pass the exception (return value, throwing), but rather (a) how best to work with the way this particular module chose to support customization of the throwing behavior (b) how to support customization of hooks (error handlers or others) without creating the issues presented by a global handler.
Best, beth
|
|---|