Exception: Lorentz::Contract::Kernel::SystemError
- Inherits:
-
StandardError
- Object
- StandardError
- Lorentz::Contract::Kernel::SystemError
- Defined in:
- lib/lorentz/contract/kernel.rb
Instance Attribute Summary collapse
-
#message_list ⇒ Object
Returns the value of attribute message_list.
Instance Method Summary collapse
-
#initialize(msg) ⇒ SystemError
constructor
A new instance of SystemError.
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_list ⇒ Object
Returns the value of attribute message_list.
10 11 12 |
# File 'lib/lorentz/contract/kernel.rb', line 10 def end |