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