jwtExceptionCatching

fun <T> jwtExceptionCatching(init: () -> T): T

Exception handling method that converts exceptions to JwtException.

Return

Return value of lambda

Parameters

init

Lambda to handle exception

Throws