Exception: DeviceAPI::IOS::IDeviceScreenshotError

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

Overview

Error class for the IDeviceScreenshot class

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ IDeviceScreenshotError

Returns a new instance of IDeviceScreenshotError.



18
19
20
# File 'lib/device_api/ios/idevicescreenshot.rb', line 18

def initialize(msg)
  super(msg)
end