From 52783f3f7201d16477f7f6bb45f69ac6b62c9fcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 16 Apr 2021 18:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Exception/AuthException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Exception/AuthException.php b/System/Exception/AuthException.php index 14b60a36..2155d995 100644 --- a/System/Exception/AuthException.php +++ b/System/Exception/AuthException.php @@ -23,7 +23,7 @@ class AuthException extends \Exception */ public function __construct($message = "", $code = 0, Throwable $previous = null) { - parent::__construct($message, 401, $previous); + parent::__construct($message, 4001, $previous); } }