Exception: Booth::Errors::MustBeGet

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'This feature is only reachable via GET') ⇒ MustBeGet

Returns a new instance of MustBeGet.



65
66
67
# File 'lib/booth/errors.rb', line 65

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