BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 435 forks source link

Fix error when exception has no message string #508

Open niranjanan-harimohan opened 2 years ago

niranjanan-harimohan commented 2 years ago

Encountered a scenario where exception.message is not set on the objects, in those cases it throws 500 issue.

@RobinDaugherty

RobinDaugherty commented 2 years ago

Thank you @niranjanan-harimohan! Could you add a spec that covers this behavior?