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.



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

def initialize(msg)
  super(msg)
end