mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-01 15:50:48 +00:00
Merge branch 'master' into request-log
This commit is contained in:
@@ -526,7 +526,7 @@ class Requester {
|
||||
}
|
||||
}
|
||||
} catch (IOException e) {
|
||||
throw new GHException("Failed to retrieve "+url);
|
||||
throw new GHException("Failed to retrieve " + url, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user