in reply to Re^2: exception handling in Mojolicious
in thread exception handling in Mojolicious

It does get called and renders the template ok, but the wrong status code is returned to the client.

How do you know that it gets called?

  • Comment on Re^3: exception handling in Mojolicious

Replies are listed 'Best First'.
Re^4: exception handling in Mojolicious
by morgon (Priest) on Sep 22, 2011 at 23:46 UTC
    Because I have a trace in it and I can see that the client gets the proper response (apart from the status code).