Exception: Sinja::NotFoundError
- Inherits:
-
HttpError
- Object
- StandardError
- SinjaError
- HttpError
- Sinja::NotFoundError
- Defined in:
- lib/sinja/errors.rb
Constant Summary collapse
- HTTP_STATUS =
404
Instance Attribute Summary
Attributes inherited from HttpError
Instance Method Summary collapse
-
#initialize(*args) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Constructor Details
#initialize(*args) ⇒ NotFoundError
Returns a new instance of NotFoundError.
44 |
# File 'lib/sinja/errors.rb', line 44 def initialize(*args) super(HTTP_STATUS, *args) end |