class ManifestErbError
Public Class Methods
Source
# File lib/lace/exceptions.rb, line 70 def initialize fact, exception super "#{exception.to_s}\nin #{fact.facts_file}" end
Calls superclass method
# File lib/lace/exceptions.rb, line 70 def initialize fact, exception super "#{exception.to_s}\nin #{fact.facts_file}" end