From 39c056a8c3e9c17750d591501cd127f960197afa Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Thu, 16 Jun 2016 16:57:22 +0800 Subject: [PATCH] =?UTF-8?q?getExceptionHandler=20=E6=94=B9=E4=B8=BApublic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Error.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/think/Error.php b/library/think/Error.php index 48d88ca6..047b12d6 100644 --- a/library/think/Error.php +++ b/library/think/Error.php @@ -11,7 +11,6 @@ namespace think; -use think\App; use think\console\Output as ConsoleOutput; use think\exception\ErrorException; use think\exception\Handle; @@ -101,7 +100,7 @@ class Error * * @return \think\exception\Handle */ - protected static function getExceptionHandler() + public static function getExceptionHandler() { static $handle;