1
ydj
2024-07-08 2514b4bc99726361d993f6f5ecd2a438c9ed1f1f
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}