JWTParseError constructor

JWTParseError(
  1. String message
)

Implementation

JWTParseError(String message) : super(message);