Houjie
2025-06-15 b48c1c7c0fa1cd9f6a1234b4b616dee6be6a12fa
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);
    }
 
}