in core/ruby2.5Action/rackapp/response/error.rb [18:21]
def initialize(body = [], status = 500, header = {}) super({:error=>body}.to_json, status, header.merge({'Content-Type' => 'application/json'})) end