Exception: Poke::API::Errors::ForbiddenAccess
- Inherits:
-
StandardError
- Object
- StandardError
- Poke::API::Errors::ForbiddenAccess
- Defined in:
- lib/poke-api/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ ForbiddenAccess
constructor
A new instance of ForbiddenAccess.
Constructor Details
#initialize ⇒ ForbiddenAccess
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 |