How to catch "Exception" error when a filter-rule isn't defined? -


i'd catch "exception" error when filter-rule isn't defined.

i think dangerous "exception" error doesn't occur.

example:

- filter.php  no filter rule  - route.php route::get('sample', ['before' => 'mycsrf', function(){        return 'csrf verified page.'; }]); 

please me.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -