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