mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 11:39:07 +00:00
Blank packs
This commit is contained in:
@@ -26,4 +26,12 @@ public class IrisException extends Exception {
|
||||
public IrisException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public IrisException(Throwable message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public IrisException(String message, Throwable e) {
|
||||
super(message, e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user