peter
2025-11-19 eb357bb9938d569734b04948695726b80c5dfb85
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}