cuikaidong
3 天以前 5337f7e768ad8aed774c204c636d1cf244a8a3dc
1
2
3
4
5
6
7
8
9
package org.jeecg.common.exception;
 
public class ExceptionCast {
 
    public static void cast(String msg) {
        throw new JeecgBootException(msg);
    }
 
}