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.



62
63
64
# File 'lib/lace/exceptions.rb', line 62

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