mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-09-23 21:17:55 +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);
|
super(message, cause);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override public Throwable fillInStackTrace() {
|
||||||
|
return this;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user