Exception: Booth::Errors::MustBeDelete

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

Instance Method Summary collapse

Constructor Details

#initialize(message = 'This feature is only reachable via DELETE') ⇒ MustBeDelete

Returns a new instance of MustBeDelete.



83
84
85
# File 'lib/booth/errors.rb', line 83

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