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