From 4ddfe71bfe674db02445743e857be41445773f57 Mon Sep 17 00:00:00 2001 From: topnuomi <1130395124@qq.com> Date: Sun, 4 Oct 2020 21:08:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E5=A4=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- framework/library/exception/RouteException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/library/exception/RouteException.php b/framework/library/exception/RouteException.php index 9d3dbb1..60cb50e 100644 --- a/framework/library/exception/RouteException.php +++ b/framework/library/exception/RouteException.php @@ -6,7 +6,7 @@ class RouteException extends BaseException { public function __construct($message = "", $code = 0, \Throwable $previous = null) { - parent::__construct('[DatabaseException]' . $message, $code, $previous); + parent::__construct('[RouteException]' . $message, $code, $previous); } /**