1
zyy
2026-03-27 c1e129915e283242df0fa53589223143827474eb
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}