yml
zyy
2026-01-12 7657e30fdf48e0d36136f04ce6d6af46243dca21
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}