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