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); } /**