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

com.clevertap.apns.exceptions.InvalidTrustManagerException Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package com.clevertap.apns.exceptions;

public class InvalidTrustManagerException extends Exception {
    public InvalidTrustManagerException(String s) {
        super(s);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy