Exception: Uiza::Error::NotFoundError

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

Constant Summary collapse

DEFAULT_CODE =
404
DEFAULT_MESSAGE =
"The requested resource doesn't exist.".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