Exception: HTTPError::InternalServerError

Inherits:
ErrorBase
  • Object
show all
Defined in:
lib/5xx_errors.rb

Overview

500 Internal Server Error

Constant Summary collapse

CODE =
Rack::Utils.status_code(:internal_server_error)

Method Summary

Methods inherited from ErrorBase

#code, #initialize, #msg

Constructor Details

This class inherits a constructor from ErrorBase