Commit 71aa3e47 by guojuxing

代码还原

parent bcbff7f2
......@@ -8,7 +8,7 @@ import com.gic.api.base.commons.ServiceResponse;
* @author guojuxing

* @date 2019/8/15 1:56 PM

*/
public class CommonException extends Exception{
public class CommonException extends RuntimeException{
private String errorCode;
public CommonException(String errorCode, String message) {
super(message);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment