class Poke::API::Errors::InvalidEndpoint

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/poke-api/errors.rb, line 47
def initialize
  super("Unable to fetch endpoint, please try to login again.")
end