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

com.intesens.kinto_http.KintoException Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package com.intesens.kinto_http;

/**
 * Created by amalle on 16/09/16.
 */
public class KintoException extends Exception {

    public KintoException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy