Exception: Uiza::Error::ServerError

Inherits:
UizaError
  • Object
show all
Defined in:
lib/uiza/error/server_error.rb

Constant Summary collapse

DEFAULT_CODE =
"5xx".freeze
DEFAULT_MESSAGE =
"The server is aware that it has encountered an error.".freeze

Instance Attribute Summary

Attributes inherited from UizaError

#code, #description_link, #message

Method Summary

Methods inherited from UizaError

#initialize

Constructor Details

This class inherits a constructor from Uiza::Error::UizaError