yeah, that's not it either. i can remove that and it still doesn't work. i do see the exception in stdout so i'm almost certain something is capturing it and not rethrowing it, i'm just not sure what
@lucian303 Does it work if you remove all other middleware?
@weavejester @zignd i didn't realize there was a middleware capturing exceptions being added by the macro i was using to set up the routes. once i removed that, i was able to capture exceptions
@lucian303 Ah, glad you sorted it out 🙂