guyue
2025-07-18 ff4632e0db5e76a41489889ff5d4e6bc0b046463
1
2
3
4
5
6
7
//package com.linghu.ExceptionHandler;
//
//public class TokenEmptyException extends RuntimeException {
//    public TokenEmptyException() {
//        super("Token 不能为空");
//    }
//}