mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-22 11:55:15 -04:00
adds more detail to an exception; see #727
This commit is contained in:
parent
7aa4ec6136
commit
7ef5c24e93
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user