|
@@ -80,7 +80,7 @@ public class GameProfileBuilder {
|
|
cache.put(uuid, new CachedProfile(result));
|
|
cache.put(uuid, new CachedProfile(result));
|
|
return result;
|
|
return result;
|
|
} catch (Exception exception) {
|
|
} catch (Exception exception) {
|
|
- throw new IOException("Could not read response: " + json);
|
|
|
|
|
|
+ throw new IOException("Could not read response: " + json, exception);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|