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