Exception: Cyc::ContinueParsing
- Inherits:
-
ParserError
- Object
- RuntimeError
- CycError
- ParserError
- Cyc::ContinueParsing
- Defined in:
- lib/cyc/exception.rb
Overview
Exception raised when there is a continuation sign, at the end of the parsed message.
Instance Attribute Summary collapse
-
#stack ⇒ Object
readonly
Returns the value of attribute stack.
Instance Method Summary collapse
-
#initialize(stack) ⇒ ContinueParsing
constructor
A new instance of ContinueParsing.
Constructor Details
#initialize(stack) ⇒ ContinueParsing
Returns a new instance of ContinueParsing.
41 42 43 |
# File 'lib/cyc/exception.rb', line 41 def initialize(stack) @stack = stack end |
Instance Attribute Details
#stack ⇒ Object (readonly)
Returns the value of attribute stack.
39 40 41 |
# File 'lib/cyc/exception.rb', line 39 def stack @stack end |