class Widow::CompileError
Public Class Methods
new(tilt, exception)
click to toggle source
Calls superclass method
# File lib/widow.rb, line 17 def initialize tilt, exception super "#{tilt.file} with template #{tilt} failed to compile:\n#{exception.message}\n\t#{exception.backtrace.join "\n\t"}" end