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

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -