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