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.



63
64
65
# File 'lib/booth/errors.rb', line 63

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