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