Exception: Zemu::InstanceError
- Inherits:
-
StandardError
- Object
- StandardError
- Zemu::InstanceError
- Defined in:
- lib/zemu/instance.rb
Overview
Exception raised when an error occurs in a Zemu::Instance.
Instance Method Summary collapse
-
#initialize(msg = "An error occurred with the Zemu::Instance") ⇒ InstanceError
constructor
Constructor.
Constructor Details
#initialize(msg = "An error occurred with the Zemu::Instance") ⇒ InstanceError
Constructor.
11 12 13 |
# File 'lib/zemu/instance.rb', line 11 def initialize(msg="An error occurred with the Zemu::Instance") super end |