mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-23 04:11:54 -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) {
|
} 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