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