JwtException constructor

const JwtException(
  1. String message
)

Constant constructor for a JwtException.

Implementation

const JwtException(this.message);