AuthException.refreshFailed constructor

AuthException.refreshFailed()

Refresh token failed

Implementation

factory AuthException.refreshFailed() => const AuthException(
      'Failed to refresh authentication token',
      code: 'REFRESH_FAILED',
    );