1
zyy
2026-03-27 51367edc95873b499d78eff1c2db59de328a27f7
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}