Exception: Booth::Errors::MustBeHtml

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

Overview


Bad Request


Instance Method Summary collapse

Constructor Details

#initialize(message = 'This feature is only reachable in the format HTML') ⇒ MustBeHtml

Returns a new instance of MustBeHtml.



51
52
53
# File 'lib/booth/errors.rb', line 51

def initialize(message = 'This feature is only reachable in the format HTML')
  super
end