Exception: Atomy::MessageStructure::UnknownMessageStructure
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Atomy::MessageStructure::UnknownMessageStructure
- Defined in:
- lib/atomy/message_structure.rb
Instance Method Summary collapse
-
#initialize(node) ⇒ UnknownMessageStructure
constructor
A new instance of UnknownMessageStructure.
- #to_s ⇒ Object
Constructor Details
#initialize(node) ⇒ UnknownMessageStructure
Returns a new instance of UnknownMessageStructure.
36 37 38 |
# File 'lib/atomy/message_structure.rb', line 36 def initialize(node) @node = node end |
Instance Method Details
#to_s ⇒ Object
40 41 42 |
# File 'lib/atomy/message_structure.rb', line 40 def to_s "unknown message structure: #{@node}" end |