class Poke::API::Errors::ForbiddenAccess

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/poke-api/errors.rb, line 71
def initialize
  super("Your host is unable to receive a response as it is banned.")
end