cuikaidong
2 天以前 4e3347ff5dce9f3c82cd3718ec303da2d006c3e7
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);
    }
 
}