6a08bad8fcbe1fea557e3610c80c9266180c3357.svn-base 214 B

12345678910
  1. package org.jeecg.modules.online.config.exception;
  2. public class BusinessException extends Exception {
  3. private static final long serialVersionUID = 1L;
  4. public BusinessException(String msg) {
  5. super(msg);
  6. }
  7. }