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

com.bigcustard.glide.code.InaccessibleUrlException Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.bigcustard.glide.code;

public class InaccessibleUrlException extends RuntimeException {
    public InaccessibleUrlException(String url, Exception cause) {
        super("Could not connect to url " + url, cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy