How to access help provider in exception handler? #18
CrossBound
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I want to be able to customize the output, including displaying the app help page, in certain situations after an exception has been thrown (argument exception, for example).
I see I can add a global exception handler, but I can't figure out how to access the help writer to display help on demand from the handler. Is this currently possible?
All reactions