Exception: ManifestErbError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/lace/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(fact, exception) ⇒ ManifestErbError

Returns a new instance of ManifestErbError.



70
71
72
# File 'lib/lace/exceptions.rb', line 70

def initialize fact, exception
  super "#{exception.to_s}\nin #{fact.facts_file}"
end