From 3dc9587110d1b2a59341e1a7e49e67ba0847607f Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期六, 21 六月 2025 16:14:21 +0800
Subject: [PATCH] 添加正式环境配置文件

---
 src/main/java/com/cl/common/exception/user/InterceptorException.java |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/cl/common/exception/user/InterceptorException.java b/src/main/java/com/cl/common/exception/user/InterceptorException.java
new file mode 100644
index 0000000..998eeb0
--- /dev/null
+++ b/src/main/java/com/cl/common/exception/user/InterceptorException.java
@@ -0,0 +1,10 @@
+package com.cl.common.exception.user;
+
+import com.cl.common.exception.BaseException;
+
+public class InterceptorException extends BaseException {
+    public InterceptorException(String msg) {
+        super(msg);
+    }
+    public InterceptorException() {}
+}

--
Gitblit v1.7.1