adds more detail to an exception; see #727

This commit is contained in:
hneemann 2021-05-01 11:52:57 +02:00
parent 7aa4ec6136
commit 7ef5c24e93

View File

@ -61,7 +61,7 @@ public final class IconCreator {
}
}
} catch (IOException e) {
throw new RuntimeException("Image " + name + " not found");
throw new RuntimeException("Image " + name + " not found", e);
}
}