Exception: HamlParser::IndentTracker::HardTabNotAllowed

Inherits:
Error
  • Object
show all
Defined in:
lib/haml_parser/indent_tracker.rb

Instance Attribute Summary

Attributes inherited from Error

#lineno

Instance Method Summary collapse

Constructor Details

#initialize(lineno) ⇒ HardTabNotAllowed

Returns a new instance of HardTabNotAllowed.



26
27
28
# File 'lib/haml_parser/indent_tracker.rb', line 26

def initialize(lineno)
  super('Indentation with hard tabs are not allowed :-p', lineno)
end