hanami / view

Views, templates and presenters for Ruby web applications
http://hanamirb.org
MIT License
173 stars 80 forks source link

Raise LayoutNotFoundError when layout is missing #191

Closed pvcarrera closed 3 years ago

pvcarrera commented 3 years ago

This makes the template errors more granular. Layout errors will have their own error which should provide a better "layout missing" error.

timriley commented 3 years ago

Provide a better "layout is missing" exception for (misconfigured) views