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