class Poke::API::Errors::GoogleAuthenticationFailure

Public Class Methods

new(token, response) click to toggle source
Calls superclass method
# File lib/poke-api/errors.rb, line 29
def initialize(token, response)
  super("Unable to login to Google, could not find => #{token} in #{response}")
end