Exception: NestedText::Errors::ParseLineTagNotDetectedError
- Inherits:
-
ParseError
- Object
- StandardError
- NestedText::Error
- InternalError
- ParseError
- NestedText::Errors::ParseLineTagNotDetectedError
- Defined in:
- lib/nestedtext/errors_internal.rb
Instance Attribute Summary
Attributes inherited from ParseError
Instance Method Summary collapse
-
#initialize(line) ⇒ ParseLineTagNotDetectedError
constructor
A new instance of ParseLineTagNotDetectedError.
Constructor Details
#initialize(line) ⇒ ParseLineTagNotDetectedError
Returns a new instance of ParseLineTagNotDetectedError.
59 60 61 |
# File 'lib/nestedtext/errors_internal.rb', line 59 def initialize(line) super(line, line.indentation, "unrecognized line.") end |