Exception: DreamOps::ChefJsonNotFoundError
- Inherits:
-
DreamOpsError
- Object
- StandardError
- DreamOpsError
- DreamOps::ChefJsonNotFoundError
- Defined in:
- lib/dream-ops/errors.rb
Instance Method Summary collapse
-
#initialize(target) ⇒ ChefJsonNotFoundError
constructor
A new instance of ChefJsonNotFoundError.
- #to_s ⇒ Object
Methods inherited from DreamOpsError
Constructor Details
#initialize(target) ⇒ ChefJsonNotFoundError
Returns a new instance of ChefJsonNotFoundError.
122 123 124 |
# File 'lib/dream-ops/errors.rb', line 122 def initialize(target) @target = target end |