Exception: ApiError::Forbidden
- Defined in:
- lib/api_error/forbidden.rb
Overview
Exception thrown for 403 errors
Instance Attribute Summary
Attributes inherited from Http
Instance Method Summary collapse
-
#initialize(message = "Forbidden") ⇒ Forbidden
constructor
A new instance of Forbidden.
Constructor Details
#initialize(message = "Forbidden") ⇒ Forbidden
Returns a new instance of Forbidden.
8 9 10 |
# File 'lib/api_error/forbidden.rb', line 8 def initialize( = "Forbidden") super(, 403) end |