JWTInvalidException constructor

JWTInvalidException(
  1. String message
)

Implementation

JWTInvalidException(String message) : super(message);