apinstein/phocoa

Allow wrapping of HTTP error codes in handleException

apinstein opened this issue · 0 comments

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.