Exception: Booth::Errors::MustBePatch
- Inherits:
-
BadRequest
- Object
- StandardError
- Error
- BadRequest
- Booth::Errors::MustBePatch
- Defined in:
- lib/booth/errors.rb
Instance Method Summary collapse
-
#initialize(message = 'This feature is only reachable via PATCH') ⇒ MustBePatch
constructor
A new instance of MustBePatch.
Constructor Details
#initialize(message = 'This feature is only reachable via PATCH') ⇒ MustBePatch
Returns a new instance of MustBePatch.
77 78 79 |
# File 'lib/booth/errors.rb', line 77 def initialize( = 'This feature is only reachable via PATCH') super end |