JwtEmailVerificationExpired constructor

JwtEmailVerificationExpired()

Implementation

JwtEmailVerificationExpired()
    : super(
        'the token is expired, try get a new one',
        ErrorCodes.jwtEmailVerifyExpired,
      );