Exception: EnvControl::BreachOfContractError

Inherits:
Error
  • Object
show all
Defined in:
lib/env_control/errors.rb

Constant Summary collapse

MSG =
"Some ENV variables breach the contract: %s"

Instance Method Summary collapse

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from EnvControl::Error

Instance Method Details

#details(context) ⇒ Object



13
14
15
# File 'lib/env_control/errors.rb', line 13

def details(context)
  MSG % [context[:report].inspect]
end