1
zj
2026-01-14 ffe399c530b491f9f8be0eb9016a1b548322ebcc
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}