Exception: Spaceship::Slack2fa::VerificationCodeNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/spaceship/slack2fa/verification_code_not_found.rb

Overview

An exception raised when 2FA code is not found after retries. Do not retry after this error, otherwise your account will be locked. See github.com/manicmaniac/spaceship-slack2fa/issues/59 for the detail.

Instance Method Summary collapse

Constructor Details

#initializeVerificationCodeNotFound

Returns a new instance of VerificationCodeNotFound.



9
10
11
# File 'lib/spaceship/slack2fa/verification_code_not_found.rb', line 9

def initialize
  super('2FA code was sent but not found in Slack. Please make sure your code is successfully sent.')
end