Exception: DeviceAPI::IOS::IDeviceCommandError

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

Overview

Exception class to handle exceptions related to IDevice Class

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ IDeviceCommandError

Returns a new instance of IDeviceCommandError.



62
63
64
# File 'lib/device_api/ios/idevice.rb', line 62

def initialize(msg)
  super(msg)
end