zyy
9 days ago a2c34db39acb22431f8659ea0363ebe99ebea007
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}