Exception: Poke::API::Errors::GoogleTwoFactorAuthenticationFailure
- Inherits:
-
StandardError
- Object
- StandardError
- Poke::API::Errors::GoogleTwoFactorAuthenticationFailure
- Defined in:
- lib/poke-api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ GoogleTwoFactorAuthenticationFailure
constructor
A new instance of GoogleTwoFactorAuthenticationFailure.
Constructor Details
#initialize ⇒ GoogleTwoFactorAuthenticationFailure
Returns a new instance of GoogleTwoFactorAuthenticationFailure.
35 36 37 |
# File 'lib/poke-api/errors.rb', line 35 def initialize super("Two-factor authentication not supported. Create an app-specific password to log in.") end |