geforkt von Mirrors/Velocity
QuietException should be a RuntimeException
Dieser Commit ist enthalten in:
Ursprung
467fe34da3
Commit
68e5372b2e
@ -4,7 +4,7 @@ package com.velocitypowered.proxy.util.except;
|
|||||||
* A special-purpose exception thrown when we want to indicate an error condition but do not want
|
* A special-purpose exception thrown when we want to indicate an error condition but do not want
|
||||||
* to see a large stack trace in logs.
|
* to see a large stack trace in logs.
|
||||||
*/
|
*/
|
||||||
public class QuietException extends Exception {
|
public class QuietException extends RuntimeException {
|
||||||
|
|
||||||
public QuietException(String message) {
|
public QuietException(String message) {
|
||||||
super(message);
|
super(message);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren