Exception: Sinja::MethodNotAllowedError

Inherits:
HttpError show all
Defined in:
lib/sinja/errors.rb

Constant Summary collapse

HTTP_STATUS =
405

Instance Attribute Summary

Attributes inherited from HttpError

#http_status

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ MethodNotAllowedError

Returns a new instance of MethodNotAllowedError.



50
# File 'lib/sinja/errors.rb', line 50

def initialize(*args) super(HTTP_STATUS, *args) end