Exception: Lorentz::Contract::Kernel::SystemError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/lorentz/contract/kernel.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ SystemError



12
13
14
# File 'lib/lorentz/contract/kernel.rb', line 12

def initialize(msg)
  super
end

Instance Attribute Details

#message_listObject

Returns the value of attribute message_list.



10
11
12
# File 'lib/lorentz/contract/kernel.rb', line 10

def message_list
  @message_list
end