1
zj
2024-07-10 552f793b8c81f33c1007eef2261af689c88ee44d
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}