JWTUndefinedException constructor

JWTUndefinedException(
  1. Exception ex,
  2. StackTrace stackTrace
)

Implementation

JWTUndefinedException(Exception ex, this.stackTrace) : super(ex.toString());