site.sorghum.anno.method.MTException Maven / Gradle / Ivy
The newest version!
package site.sorghum.anno.method;
/**
* @author songyinyin
* @since 2024/1/16 17:45
*/
public class MTException extends RuntimeException{
public MTException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy