getExceptionHandler 改为public

This commit is contained in:
yunwuxin
2016-06-16 16:57:22 +08:00
parent 744fa08329
commit 39c056a8c3

View File

@@ -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;