# Conflicts:
#	pom.xml
This commit is contained in:
Paulo Almeida
2019-08-26 12:31:23 +12:00
7 changed files with 86 additions and 17 deletions

View File

@@ -530,7 +530,7 @@ class Requester {
}
}
} catch (IOException e) {
throw new GHException("Failed to retrieve "+url);
throw new GHException("Failed to retrieve " + url, e);
}
}