@FunctionalInterface
public interface WsExceptionHandler<T extends java.lang.Exception>
Javalin.wsException(Class, WsExceptionHandler).
Is triggered when an exception is thrown by a WsHandler.WsContext| Modifier and Type | Method and Description |
|---|---|
void |
handle(T exception,
WsContext ctx) |
Copyright © 2021. All Rights Reserved.