LoginExceedException constructor

LoginExceedException()

Implementation

LoginExceedException()
    : super(
        'logged in too much, too much active sessions, try logging out from all of your devices',
        ErrorCodes.activeJwtExceed,
        errorCode: HttpStatus.tooManyRequests,
      );