houseabsolute / Params-ValidationCompiler

Build an optimized subroutine parameter validator once, use it forever
https://metacpan.org/release/Params-ValidationCompiler/
Other
4 stars 5 forks source link

Exceptions should include a stack trace when printed #18

Closed autarch closed 6 years ago

autarch commented 7 years ago

The exceptions for wrong type of args or too many args, etc. don't provide much info beyond a very short message like "got 1 extra parameter". This really needs a stack trace to be useful.

autarch commented 6 years ago

Done in v0.25