Exception: Forbidden

Inherits:
VingdError show all
Defined in:
lib/vingd/exceptions.rb

Constant Summary collapse

DEFAULT_CONTEXT =
"Forbidden"
DEFAULT_CODE =
Codes::FORBIDDEN

Instance Attribute Summary

Attributes inherited from VingdError

#code, #context

Method Summary

Methods inherited from VingdError

#initialize

Constructor Details

This class inherits a constructor from VingdError