io.github.yangkeith.exception.NoLicenseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
A tool class that I use myself
The newest version!
package io.github.yangkeith.exception;
/**
* @program: KeithUtils
* @package: io.github.yangkeith.exception
* @description:
* @author: Keith
* @date:Created in 2023-04-14 10:47
*/
public class NoLicenseException extends RuntimeException{
}