Exception: NestedText::Errors::LineTagNotDetected

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

Instance Attribute Summary

Attributes inherited from ParseError

#colno, #lineno, #message_raw

Instance Method Summary collapse

Constructor Details

#initialize(line) ⇒ LineTagNotDetected

Returns a new instance of LineTagNotDetected.



64
65
66
# File 'lib/nestedtext/errors.rb', line 64

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