Exception: NestedText::Errors::AssertionInlineScannerIsEmptyError

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

Instance Method Summary collapse

Constructor Details

#initializeAssertionInlineScannerIsEmptyError

Returns a new instance of AssertionInlineScannerIsEmptyError.



210
211
212
# File 'lib/nestedtext/errors_internal.rb', line 210

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