Exception: Zemu::InstanceError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/zemu/instance.rb

Overview

Exception raised when an error occurs in a Zemu::Instance.

Instance Method Summary collapse

Constructor Details

#initialize(msg = "An error occurred with the Zemu::Instance") ⇒ InstanceError

Constructor.

Parameters:

  • msg (defaults to: "An error occurred with the Zemu::Instance")

    The exception message



11
12
13
# File 'lib/zemu/instance.rb', line 11

def initialize(msg="An error occurred with the Zemu::Instance")
    super
end