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