Exception: Flexr::Runtime::NonProgressError
- Inherits:
-
ResourceLimitError
- Object
- StandardError
- Error
- LexError
- ResourceLimitError
- Flexr::Runtime::NonProgressError
- Defined in:
- lib/flexr/runtime/errors.rb
Instance Attribute Summary
Attributes inherited from ResourceLimitError
Attributes inherited from LexError
#byte_pos, #filename, #line, #text
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(**context) ⇒ NonProgressError
constructor
A new instance of NonProgressError.
Constructor Details
#initialize(**context) ⇒ NonProgressError
Returns a new instance of NonProgressError.
36 37 38 39 |
# File 'lib/flexr/runtime/errors.rb', line 36 def initialize(**context) super("FLEXR-E021", "lexer action did not make progress", help: "consume input or change to a state that can consume it", **context) end |