Exception: Rubuild::Build::Dep::Error::DepInconsistent
- Inherits:
-
Rubuild::Build::Dep::Error
- Object
- StandardError
- Rubuild::Build::Dep::Error
- Rubuild::Build::Dep::Error::DepInconsistent
- Defined in:
- lib/rubuild/build/dep.rb
Overview
Rubuild::Build::Dep::Error::DepInconsistent The parent and the child dependency do not agree about their relationship.
Instance Method Summary collapse
-
#initialize(dep, parent) ⇒ DepInconsistent
constructor
A new instance of DepInconsistent.
Constructor Details
#initialize(dep, parent) ⇒ DepInconsistent
Returns a new instance of DepInconsistent.
197 198 199 200 201 |
# File 'lib/rubuild/build/dep.rb', line 197 def initialize(dep, parent) super( dep, "Parent dependency #{parent.name} thought this was child.") self.rubuild_build_dep_error_depinconsistent__parent = parent end |