luckyframework / lucky

A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.
https://luckyframework.org
MIT License
2.57k stars 156 forks source link

Remove custom error on default_format macro #1638

Closed matthewmcgarvey closed 2 years ago

matthewmcgarvey commented 2 years ago

Standard error message is just as helpful, if not more so, than our custom one.

Before

Screen Shot 2022-01-03 at 10 31 56 PM

After

Screen Shot 2022-01-03 at 10 32 06 PM