huliguo
1 天以前 affd7e9f1cc591be36102299cac45b35d9536a17
1
2
3
4
5
6
7
//package com.linghu.ExceptionHandler;
//
//public class TokenEmptyException extends RuntimeException {
//    public TokenEmptyException() {
//        super("Token 不能为空");
//    }
//}