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