Exception: Flexr::Runtime::StateStackOverflowError
- Inherits:
-
ResourceLimitError
- Object
- StandardError
- Error
- LexError
- ResourceLimitError
- Flexr::Runtime::StateStackOverflowError
- 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(message = "state stack exceeds max_state_stack", **context) ⇒ StateStackOverflowError
constructor
A new instance of StateStackOverflowError.
Constructor Details
#initialize(message = "state stack exceeds max_state_stack", **context) ⇒ StateStackOverflowError
Returns a new instance of StateStackOverflowError.
64 65 66 |
# File 'lib/flexr/runtime/errors.rb', line 64 def initialize( = "state stack exceeds max_state_stack", **context) super("FLEXR-E025", , help: "increase max_state_stack or remove recursive pushes", **context) end |