All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pdd.pop.sdk.common.exception.JsonParseException Maven / Gradle / Ivy

There is a newer version: 1.10.85
Show newest version
package com.pdd.pop.sdk.common.exception;

public class JsonParseException extends RuntimeException {

    public JsonParseException() {
        super("Json parse error");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy