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