Dan Schmidt

Results 1 issues of Dan Schmidt

I have a standard `on_route_exception` hook setup to catch thrown exceptions: ``` perl hook on_route_exception => sub { my ($exc) = @_; error "$exc"; ... stuff halt err $exc->code, $exc->err_id,...

Unconfirmed