Exception: Webgen::Utils::TagParser::Error
- Defined in:
- lib/webgen/utils/tag_parser.rb
Overview
Raised by the Webgen::Utils::TagParser class.
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#line ⇒ Object
Returns the value of attribute line.
Attributes inherited from Error
Method Summary
Methods inherited from Error
error_file, error_line, #initialize, #message
Constructor Details
This class inherits a constructor from Webgen::Error
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column.
18 19 20 |
# File 'lib/webgen/utils/tag_parser.rb', line 18 def column @column end |
#line ⇒ Object
Returns the value of attribute line.
17 18 19 |
# File 'lib/webgen/utils/tag_parser.rb', line 17 def line @line end |