mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-09 05:25:00 +01:00
Don't fill in stacktrace for ServiceError
This commit is contained in:
@@ -40,4 +40,8 @@ public class ServiceError extends RuntimeException {
|
||||
super(message, cause);
|
||||
}
|
||||
|
||||
@Override public Throwable fillInStackTrace() {
|
||||
return this;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user