apinstein / phocoa

PHOCOA php framework
http://phocoa.com
15 stars 3 forks source link

Allow wrapping of HTTP error codes in handleException #19

Open apinstein opened 13 years ago

apinstein commented 13 years ago

RIght now all HTTP exceptions are just dumped raw to the browser. We need to figure out a way to route these through the app delegate's handleExecption() so that we can show prettier 404/403 etc error pages.