Exception: Railerr::InternalServerError

Inherits:
APIException
  • Object
show all
Defined in:
lib/railerr/api_exceptions.rb

Overview

Raised for HTTP 500 Internal Server Errors

Constant Summary collapse

DEFAULT_MESSAGE =
'Internal server error'

Constants inherited from APIException

APIException::STATUS_CODE

Method Summary

Methods inherited from APIException

#default_message, #initialize, #status_code

Constructor Details

This class inherits a constructor from Railerr::APIException