class Grape::Exceptions::InternalServerError

InternalServerError (Grape例外拡張)

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/moca_rlibs/grape_errors/internal_server_error.rb, line 9
def initialize
  super(message: '500 Internal Server Error', status: 500)
end