http://site/users/abcd
Here is the error=>
Error: The action abcd is not defined in controller UsersController
Error: Create UsersController::abcd() in file: app/Controller/UsersController.php.
I want to catch this error, and redirect to home/index.
How can i do this ?
EDIT: Sorry I read over the Cake 2.0
Take a look at this http://book.cakephp.org/2.0/en/development/exceptions.html#using-appcontroller-apperror
Try the manual manual
Error.php contains functions that handle cakePHP errors, you just override them