Exception: NestedText::Errors::AssertionLineScannerIsEmptyError

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

Instance Method Summary collapse

Constructor Details

#initializeAssertionLineScannerIsEmptyError

Returns a new instance of AssertionLineScannerIsEmptyError.



206
207
208
# File 'lib/nestedtext/errors_internal.rb', line 206

def initialize
  super('There is no more input to consume. You should have checked this with #empty? before calling.')
end