Exception: DeviceAPI::IOS::IDeviceScreenshotError
- Inherits:
-
StandardError
- Object
- StandardError
- DeviceAPI::IOS::IDeviceScreenshotError
- Defined in:
- lib/device_api/ios/idevicescreenshot.rb
Overview
Error class for the IDeviceScreenshot class
Instance Method Summary collapse
-
#initialize(msg) ⇒ IDeviceScreenshotError
constructor
A new instance of IDeviceScreenshotError.
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 |