npacker / nFramework

A simple MVC framework in PHP.
1 stars 0 forks source link

Error Handler class #4

Closed npacker closed 9 years ago

npacker commented 10 years ago

Need a controller to which the application can dispatch as a response to application errors. It will be responsible for rendering the final output as an error page, or serving up the requested content with an error notification embedded in the template.