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