Exception: NestedText::Errors::ParseInlineMissingValueError

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, colno) ⇒ ParseInlineMissingValueError



93
94
95
# File 'lib/nestedtext/errors.rb', line 93

def initialize(line, colno)
  super(line, line.indentation + colno, "expected value.")
end