All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dongyue.util.exception.MyException Maven / Gradle / Ivy

The newest version!
package com.dongyue.util.exception;
/**
 * @author 东岳
 */
public class MyException extends RuntimeException {

    public MyException(String msg) {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy