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

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

There is a newer version: 1.0.9.2
Show 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