
com.bigcustard.glide.code.InaccessibleUrlException Maven / Gradle / Ivy
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