slimphp / PHP-View

A Simple PHP Renderer for Slim 3 & 4 (or any other PSR-7 project)
MIT License
264 stars 60 forks source link

Add custom exceptions #57

Closed akrabat closed 4 years ago

akrabat commented 4 years ago

Rather than use the root RuntimeException, use our own PhpTemplateNotFoundException so that it can be caught specifically.

Fixes #43.

This PR is branched off of #55's branch, so should be rebased after #55 is merged.