1
zj
2025-06-27 030cfc663552cf44c383020fc7e7d86251d2c968
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}