@FunctionalInterface
public interface ErrorHandler
Javalin.error(int, ErrorHandler)
.
Is triggered by [Context.status()
] codes at the end of the request lifecycle.Context
,
Error mapping in docsModifier and Type | Method and Description |
---|---|
void |
handle(io.javalin.Context ctx) |
Copyright © 2018. All Rights Reserved.