Exception: Flexr::Runtime::StepLimitError
- Inherits:
-
ResourceLimitError
- Object
- StandardError
- Error
- LexError
- ResourceLimitError
- Flexr::Runtime::StepLimitError
- 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) ⇒ StepLimitError
constructor
A new instance of StepLimitError.
Constructor Details
#initialize(**context) ⇒ StepLimitError
Returns a new instance of StepLimitError.
50 51 52 53 |
# File 'lib/flexr/runtime/errors.rb', line 50 def initialize(**context) super("FLEXR-E023", "lexer exceeds max_steps", help: "increase max_steps or simplify the specification", **context) end |