From 403001b90f933637a3acf5c6c13b15ea96e1ec80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 8 Feb 2021 16:54:32 +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/Core/Json.php | 1 - 1 file changed, 1 deletion(-) diff --git a/System/Core/Json.php b/System/Core/Json.php index 6fb2049a..92cd81b0 100644 --- a/System/Core/Json.php +++ b/System/Core/Json.php @@ -92,7 +92,6 @@ class Json /** * @param Throwable|Error $throwable * @return bool|string - * @throws Exception */ public static function error(Throwable|Error $throwable): bool|string {