Class Haml::Error
In: lib/haml/error.rb
Parent: StandardError

An exception raised by Haml code.

Methods

new  

Attributes

line  [R]  The line of the template on which the error occurred.

@return [Fixnum]

Public Class methods

@param message [String] The error message @param line [Fixnum] See \{line}

[Validate]