登录集成插件
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
290 B

package com.fr.plugin.decision.integration.exception;
/**
* @Author JianYe.Wang
* @Data 2021/11/1 9:41
* @Description TODO
* @Version 10.0
**/
public class TokenNullException extends ThirdAuthException {
public TokenNullException() {
super("Jwt token is null!");
}
}