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