Exception: SWD::Forbidden
- Defined in:
- lib/swd/exception.rb
Instance Attribute Summary
Attributes inherited from HttpError
Instance Method Summary collapse
-
#initialize(message = nil, response = nil) ⇒ Forbidden
constructor
A new instance of Forbidden.
Constructor Details
#initialize(message = nil, response = nil) ⇒ Forbidden
Returns a new instance of Forbidden.
26 27 28 |
# File 'lib/swd/exception.rb', line 26 def initialize( = nil, response = nil) super 403, , response end |