Exception: Cyc::ContinueParsing

Inherits:
ParserError show all
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

Instance Method Summary collapse

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

#stackObject (readonly)

Returns the value of attribute stack.



39
40
41
# File 'lib/cyc/exception.rb', line 39

def stack
  @stack
end