From 91f35ad63af3899cb9ab0eca7654a1c058955f5f Mon Sep 17 00:00:00 2001 From: HibiKier <45528451+HibiKier@users.noreply.github.com> Date: Thu, 17 Jul 2025 18:58:22 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(exceptions):=20=E5=B0=86DbUrlI?= =?UTF-8?q?sNode=E5=BC=82=E5=B8=B8=E7=B1=BB=E7=BB=A7=E6=89=BF=E8=87=AAHook?= =?UTF-8?q?PriorityException=20(#1987)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zhenxun/services/db_context/exceptions.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zhenxun/services/db_context/exceptions.py b/zhenxun/services/db_context/exceptions.py index 163f92e2..9c244af8 100644 --- a/zhenxun/services/db_context/exceptions.py +++ b/zhenxun/services/db_context/exceptions.py @@ -1,4 +1,7 @@ -class DbUrlIsNode(Exception): +from zhenxun.utils.exception import HookPriorityException + + +class DbUrlIsNode(HookPriorityException): """ 数据库链接地址为空 """