zyy
2025-08-13 4aaadc1b51f14c1022ea8e3fc9dc4a156a9c5f39
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}