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