1
zj
2024-12-28 caf5875754f653c0cc77376b71282cfc9872554c
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}