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