Exception: Uiza::Error::InternalServerError

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

Constant Summary collapse

DEFAULT_CODE =
500
DEFAULT_MESSAGE =
"We had a problem with our server. Try again later.".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