JWTUndefinedError constructor

JWTUndefinedError(
  1. Error error
)

Implementation

JWTUndefinedError(this.error) : super(error.toString());