Exception: Hamlit::HamlSyntaxError

Inherits:
HamlError show all
Defined in:
lib/hamlit/parser/haml_error.rb

Overview

SyntaxError is the type of exception raised when Haml encounters an ill-formatted document. It’s not particularly interesting, except in that it’s a subclass of Haml::Error.

Constant Summary

Constants inherited from HamlError

Hamlit::HamlError::MESSAGES

Instance Attribute Summary

Attributes inherited from HamlError

#line

Method Summary

Methods inherited from HamlError

#initialize, message

Constructor Details

This class inherits a constructor from Hamlit::HamlError