Exception: Booth::Errors::MustBePatch

Inherits:
BadRequest show all
Defined in:
lib/booth/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'This feature is only reachable via PATCH') ⇒ MustBePatch

Returns a new instance of MustBePatch.



77
78
79
# File 'lib/booth/errors.rb', line 77

def initialize(message = 'This feature is only reachable via PATCH')
  super
end