Exception: Hackeroo::Error::Forbidden
- Inherits:
-
ClientError
- Object
- StandardError
- Hackeroo::Error
- ClientError
- Hackeroo::Error::Forbidden
- Defined in:
- lib/hackeroo/error/forbidden.rb
Overview
Raised when Hackeroo returns the HTTP status code 403
Constant Summary collapse
- HTTP_STATUS_CODE =
403
Constants inherited from Hackeroo::Error
Instance Attribute Summary
Attributes inherited from Hackeroo::Error
#rate_limit, #wrapped_exception
Method Summary
Methods inherited from ClientError
Methods inherited from Hackeroo::Error
#backtrace, descendants, errors, #initialize
Constructor Details
This class inherits a constructor from Hackeroo::Error