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