Exception: Booth::Errors::MustBeGet
- Inherits:
-
BadRequest
- Object
- StandardError
- Error
- BadRequest
- Booth::Errors::MustBeGet
- Defined in:
- lib/booth/errors.rb
Instance Method Summary collapse
-
#initialize(message = 'This feature is only reachable via GET') ⇒ MustBeGet
constructor
A new instance of MustBeGet.
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( = 'This feature is only reachable via GET') super end |