30 Mar
CakePHP Exception Handler
While searching for ready exception handler I did not found any that could match following requirements:
1) Handle Exception and any other (AppException, MyAppException etc) exception that are Exception super class;
2) Send email notification about exception;
3) Dump exception to log;
4) Show nice page to the user:
a) A custom landing page can be defined for exception;
b) For all other exceptions a default landing page should be used;
5) Landing page text should be localizable; Read the rest of this entry »