Skip to content

Custom Exception Handler

def on_exception(req, resp, exception):
    ...
app.add_exception_handler(on_exception)