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