Class: Grape::Exceptions::InternalServerError

Inherits:
Base
  • Object
show all
Defined in:
lib/moca_rlibs/grape_errors/internal_server_error.rb

Overview

InternalServerError (Grape例外拡張)

Instance Method Summary collapse

Constructor Details

#initializeInternalServerError

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