class ManifestErbError

Public Class Methods

new(fact, exception) click to toggle source
Calls superclass method
# File lib/lace/exceptions.rb, line 62
def initialize fact, exception
  super "#{exception.to_s}\nin #{fact.facts_file}"
end