Skip to content
Discussion options

You must be logged in to vote

This package does not have configurable error handlers. If an error occurs, the stack trace will be logged and that's it. If you need to have custom logic, then you can use a standard Python solution based on try/except to catch errors in your handlers. If you need this in several handlers, you can implement a decorator that does this.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@4n1qz5skwv
Comment options

@miguelgrinberg
Comment options

@4n1qz5skwv
Comment options

@miguelgrinberg
Comment options

Answer selected by 4n1qz5skwv
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