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.
8 9 10 |
# File 'lib/dumbo/dependency_resolver.rb', line 8 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.
6 7 8 |
# File 'lib/dumbo/dependency_resolver.rb', line 6 def dep @dep end |
#file ⇒ Object
Returns the value of attribute file.
6 7 8 |
# File 'lib/dumbo/dependency_resolver.rb', line 6 def file @file end |