Skip to content
Discussion options

You must be logged in to vote

There isn't, and I wouldn't generally recommend it. If an error is unhandled, your app could be a an unpredictable state.

If you really want it, you could wrap your handlers in a try / except block. Or you could implement a decorator which catches exceptions and posts the notification.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Apocryphon-X
Comment options

Answer selected by Apocryphon-X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants