Fork me on GitHub
#ring
<
2017-11-16
>
lucian30300:11:32

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

weavejester16:11:21

@lucian303 Does it work if you remove all other middleware?

lucian30318:11:50

@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

weavejester18:11:08

@lucian303 Ah, glad you sorted it out 🙂