TokenRefreshException constructor
TokenRefreshException(
- String message
Creates a TokenRefreshException with the given error message.
Implementation
TokenRefreshException(this.message);
Creates a TokenRefreshException with the given error message.
TokenRefreshException(this.message);