mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
Merge branch 'master' of https://github.com/top-think/framework
This commit is contained in:
@@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
namespace think;
|
namespace think;
|
||||||
|
|
||||||
use think\App;
|
|
||||||
use think\console\Output as ConsoleOutput;
|
use think\console\Output as ConsoleOutput;
|
||||||
use think\exception\ErrorException;
|
use think\exception\ErrorException;
|
||||||
use think\exception\Handle;
|
use think\exception\Handle;
|
||||||
@@ -101,7 +100,7 @@ class Error
|
|||||||
*
|
*
|
||||||
* @return \think\exception\Handle
|
* @return \think\exception\Handle
|
||||||
*/
|
*/
|
||||||
protected static function getExceptionHandler()
|
public static function getExceptionHandler()
|
||||||
{
|
{
|
||||||
static $handle;
|
static $handle;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user