Exception: Dumbo::DependencyNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Dumbo::DependencyNotFound
- Defined in:
- lib/dumbo/dependency_resolver.rb
Instance Attribute Summary collapse
-
#dep ⇒ Object
Returns the value of attribute dep.
-
#file ⇒ Object
Returns the value of attribute file.
Instance Method Summary collapse
-
#initialize(dep, file) ⇒ DependencyNotFound
constructor
A new instance of DependencyNotFound.
Constructor Details
#initialize(dep, file) ⇒ DependencyNotFound
Returns a new instance of DependencyNotFound.
9 10 11 |
# File 'lib/dumbo/dependency_resolver.rb', line 9 def initialize(dep, file) super "Can't find dependency #{dep} for file: #{file}" end |
Instance Attribute Details
#dep ⇒ Object
Returns the value of attribute dep.
7 8 9 |
# File 'lib/dumbo/dependency_resolver.rb', line 7 def dep @dep end |
#file ⇒ Object
Returns the value of attribute file.
7 8 9 |
# File 'lib/dumbo/dependency_resolver.rb', line 7 def file @file end |