Exception: Protege::ContractViolationError
- Defined in:
- lib/protege/errors/contract_violation_error.rb
Overview
provider contract violated
Constant Summary
Constants inherited from Error
Error::PERMANENT, Error::TRANSIENT
Instance Method Summary collapse
-
#initialize(detail = nil) ⇒ ContractViolationError
constructor
A new instance of ContractViolationError.
Constructor Details
#initialize(detail = nil) ⇒ ContractViolationError
Returns a new instance of ContractViolationError.
6 |
# File 'lib/protege/errors/contract_violation_error.rb', line 6 def initialize(detail = nil) = super(detail || 'provider contract violated') |