class Poke::API::Errors::GoogleTwoFactorAuthenticationFailure
Public Class Methods
new()
click to toggle source
Calls superclass method
# 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