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