Lius
10 天以前 7d2ae4c2fd8d45f0896b9accf84ff4177638fbcd
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);
    }
 
}