From 67a8db90d54034569d096fd51234108a3d55ee31 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 12 Nov 2012 02:58:27 +0000 Subject: [PATCH] Fix doc bug #63483 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328315 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/yaf/yaf_dispatcher/catchexception.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/yaf/yaf_dispatcher/catchexception.xml b/reference/yaf/yaf_dispatcher/catchexception.xml index 4d5b842b1c..8db0ca2912 100644 --- a/reference/yaf/yaf_dispatcher/catchexception.xml +++ b/reference/yaf/yaf_dispatcher/catchexception.xml @@ -59,7 +59,7 @@ class ErrorController extends Yaf_Controller_Abstract { * you can also call to Yaf_Request_Abstract::getException to get the * un-caught exception. */ - public function error($exception) { + public function errorAction($exception) { /* error occurs */ switch ($exception->getCode()) { case YAF_ERR_NOTFOUND_MODULE: