Exception: Rubuild::Build::Dep::Error::DepInconsistent

Inherits:
Rubuild::Build::Dep::Error show all
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

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