Exception: Haml::HamlSyntaxError

Inherits:
HamlError
  • Object
show all
Defined in:
lib/haml/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 HamlError.

Direct Known Subclasses

HamlInvalidAttributeNameError

Constant Summary

Constants inherited from HamlError

Haml::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 Haml::HamlError