Exception: DeviceAPI::IOS::IDeviceCommandError
- Inherits:
-
StandardError
- Object
- StandardError
- DeviceAPI::IOS::IDeviceCommandError
- Defined in:
- lib/device_api/ios/idevice.rb
Overview
Exception class to handle exceptions related to IDevice Class
Instance Method Summary collapse
-
#initialize(msg) ⇒ IDeviceCommandError
constructor
A new instance of IDeviceCommandError.
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 |