77fee0537a6e18324fbed93ae82befde257bf93c
[institute/sw-backend.git] /
1 package com.supwisdom.institute.backend.base.domain.exception;
2
3 import com.supwisdom.institute.backend.common.framework.exception.BaseException;
4
5 public class ConfigException extends BaseException {
6
7   /**
8    * 
9    */
10   private static final long serialVersionUID = 8112079911386045865L;
11
12 }