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