Exception: DeviceAPI::IOS::IDeviceDebugError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/device_api/ios/idevicedebug.rb

Overview

Error class for the IDeviceDebug class

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ IDeviceDebugError

Returns a new instance of IDeviceDebugError.



31
32
33
# File 'lib/device_api/ios/idevicedebug.rb', line 31

def initialize(msg)
  super(msg)
end