lyh
6 天以前 724f8ec3bbcf9da50f304f57d8bc9a60ad75ad0a
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);
    }
 
}