nathggns / Scaffold

Lightweight PHP API Framework
Other
8 stars 2 forks source link

Lack of ControllerIndex throws error instead of exception. #73

Closed nathggns closed 11 years ago

nathggns commented 11 years ago

Trying to route to any missing controller but ControllerIndex will results in a catchable exception, whereas that will throw an uncatchable error.