TokenRefreshException constructor

TokenRefreshException(
  1. String message
)

Creates a TokenRefreshException with the given error message.

Implementation

TokenRefreshException(this.message);