Class: Grape::Exceptions::Conflict
- Inherits:
-
Base
- Object
- Base
- Grape::Exceptions::Conflict
- Defined in:
- lib/moca_rlibs/grape_errors/conflict.rb
Overview
Conflict (Grape例外拡張)
Instance Method Summary collapse
-
#initialize ⇒ Conflict
constructor
A new instance of Conflict.
Constructor Details
#initialize ⇒ Conflict
Returns a new instance of Conflict.
9 10 11 |
# File 'lib/moca_rlibs/grape_errors/conflict.rb', line 9 def initialize super(message: '409 Conflict', status: 409) end |