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