JSD-9634 钉钉用户同步
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.
 
 
 
 

26 lines
592 B

/*
* Copyright (C), 2018-2021
* Project: starter
* FileName: DingTalkTokenEmptyException
* Author: Louis
* Date: 2021/6/24 22:27
*/
package com.fr.plugin.xxxx.dingtalksyn.exceptions;
/**
* <Function Description><br>
* <DingTalkTokenEmptyException>
*
* @author fr.open
* @since 1.0.0
*/
public class DingTalkTokenEmptyException extends Exception {
private static final long serialVersionUID = -7930789693326095840L;
public DingTalkTokenEmptyException() {
}
public DingTalkTokenEmptyException(String msg) {
super(msg);
}
}