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