Exception: Poke::API::Errors::ForbiddenAccess

Inherits:
StandardError
  • Object
show all
Defined in:
lib/poke-api/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeForbiddenAccess

Returns a new instance of ForbiddenAccess.



71
72
73
# File 'lib/poke-api/errors.rb', line 71

def initialize
  super("Your host is unable to receive a response as it is banned.")
end