Package net.md_5.bungee.event
Interface EventExceptionHandler<T>
-
public interface EventExceptionHandler<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEventException(String msg, T event, EventHandlerMethod method, Throwable ex)
-
-
-
Method Detail
-
handleEventException
void handleEventException(String msg, T event, EventHandlerMethod method, Throwable ex)
-
-