Exception: Rhales::RueFormatParser::ParseError

Inherits:
ParseError
  • Object
show all
Defined in:
lib/rhales/parsers/rue_format_parser.rb

Instance Attribute Summary

Attributes inherited from ParseError

#column, #line, #offset, #source_type

Instance Method Summary collapse

Constructor Details

#initialize(message, line: nil, column: nil, offset: nil) ⇒ ParseError

Returns a new instance of ParseError.



42
43
44
# File 'lib/rhales/parsers/rue_format_parser.rb', line 42

def initialize(message, line: nil, column: nil, offset: nil)
  super(message, line: line, column: column, offset: offset, source_type: :rue)
end