Exception: Deptree::DuplicateActionError
- Defined in:
- lib/deptree/errors.rb
Instance Method Summary collapse
-
#initialize(dependency, action) ⇒ DuplicateActionError
constructor
A new instance of DuplicateActionError.
Constructor Details
#initialize(dependency, action) ⇒ DuplicateActionError
Returns a new instance of DuplicateActionError.
12 13 14 |
# File 'lib/deptree/errors.rb', line 12 def initialize(dependency, action) super("Dependency #{dependency} already contains the definition of action #{action}") end |