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