Exception: Webgen::Utils::TagParser::Error

Inherits:
Error
  • Object
show all
Defined in:
lib/webgen/utils/tag_parser.rb

Overview

Raised by the Webgen::Utils::TagParser class.

Instance Attribute Summary collapse

Attributes inherited from Error

#location, #path

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

#columnObject

Returns the value of attribute column.



18
19
20
# File 'lib/webgen/utils/tag_parser.rb', line 18

def column
  @column
end

#lineObject

Returns the value of attribute line.



17
18
19
# File 'lib/webgen/utils/tag_parser.rb', line 17

def line
  @line
end