Exception: Sinja::MethodNotAllowedError

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

Instance Attribute Summary

Attributes inherited from HttpError

#http_status

Instance Method Summary collapse

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