peternameyakj
2024-07-14 85037c73f8b16f4258a2af354cd162247700ffde
1
2
3
4
5
6
7
package com.nq.ws.parser;
 
public class DecodingException extends RuntimeException {
    public DecodingException(String message) {
        super(message);
    }
}