1
zj
2024-05-27 1405d2e5b97e8f934cfb9a127c108c63f4dbcf3b
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}