1
zj
2024-08-12 80303d1919d32c9a49fe2b81b264f09c32993499
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}