We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f11ec commit 77a8184Copy full SHA for 77a8184
picasso/src/main/java/com/squareup/picasso/Downloader.java
@@ -35,7 +35,7 @@ public interface Downloader {
35
*/
36
Response load(Uri uri, boolean localCacheOnly) throws IOException;
37
38
- /** Thrown for non 200 responses. */
+ /** Thrown for non-2XX responses. */
39
class ResponseException extends IOException {
40
public ResponseException(String message) {
41
super(message);
0 commit comments