xiangpei
2024-03-24 54a64e9a13344e39470de8eff1d28a0eec669cf6
1
2
3
4
5
6
7
8
package com.mindskip.xzs.configuration.spring.exception;
 
public class QuestionException extends Exception{
 
    public QuestionException(){
 
    }
}