An exception raised by Haml code.
The line of the template on which the error occurred.
@return [Fixnum]
@param message [String] The error message @param line [Fixnum] See {#line}
# File lib/haml/error.rb, line 11 def initialize(message = nil, line = nil) super(message) @line = line end