Exception: Fixtury::Errors::UnknownDependencyError

Inherits:
Base
  • Object
show all
Defined in:
lib/fixtury/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(defn, key) ⇒ UnknownDependencyError

Returns a new instance of UnknownDependencyError.



74
75
76
# File 'lib/fixtury/errors.rb', line 74

def initialize(defn, key)
  super("#{defn.pathname} does not contain the provided dependency: #{key}")
end