Exception: Spaceship::Slack2fa::VerificationCodeNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Spaceship::Slack2fa::VerificationCodeNotFound
- 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
-
#initialize ⇒ VerificationCodeNotFound
constructor
A new instance of VerificationCodeNotFound.
Constructor Details
#initialize ⇒ VerificationCodeNotFound
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 |