Removed all incidents of e.printStackTrace, wrapped errors with
NoDashFatalExceptions instead of overwriting
This commit is contained in:
@@ -28,4 +28,8 @@ public class NoDashFatalException extends RuntimeException {
|
||||
public NoDashFatalException(String string) {
|
||||
super(string);
|
||||
}
|
||||
|
||||
public NoDashFatalException(String string, Exception e) {
|
||||
super(string, e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user