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