Exception: NestedText::Errors::LineScannerIsEmpty
- Inherits:
-
AssertionError
- Object
- StandardError
- NestedText::Error
- InternalError
- AssertionError
- NestedText::Errors::LineScannerIsEmpty
- Defined in:
- lib/nestedtext/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ LineScannerIsEmpty
constructor
A new instance of LineScannerIsEmpty.
Constructor Details
#initialize ⇒ LineScannerIsEmpty
Returns a new instance of LineScannerIsEmpty.
189 190 191 |
# File 'lib/nestedtext/errors.rb', line 189 def initialize super("There is no more input to consume. You should have checked this with #empty? before calling.") end |