1
zj
2025-07-23 3c11d53da80f4c476ce983cfe4c7f537d2f8f68a
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}