Exception: NestedText::Errors::ParseLineTagNotDetectedError

Inherits:
ParseError show all
Defined in:
lib/nestedtext/errors_internal.rb

Instance Attribute Summary

Attributes inherited from ParseError

#colno, #lineno, #message_raw

Instance Method Summary collapse

Constructor Details

#initialize(line) ⇒ ParseLineTagNotDetectedError

Returns a new instance of ParseLineTagNotDetectedError.



78
79
80
# File 'lib/nestedtext/errors_internal.rb', line 78

def initialize(line)
  super(line, line.indentation, 'unrecognized line.')
end