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