Replies: 1 comment 4 replies
-
It would be helpful to understand why you want to do this. i.e. what do you want to do in response to your custom exception? |
Beta Was this translation helpful? Give feedback.
4 replies
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.
-
Have you checked closed issues? https://github.com/Textualize/textual/issues?q=is%3Aissue+is%3Aclosed
yes
Please give a brief but clear explanation of the issue. If you can, include a complete working example that demonstrates the bug. Check it can run without modifications.
I'm looking for a way to hook into application level exception handling. I found a
_handle_exception
method, but when I use it, the application hangs right after throwing an exception.Beta Was this translation helpful? Give feedback.
All reactions