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