mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02: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