Exception: DeviceAPI::IOS::PlistutilCommandError
- Inherits:
-
StandardError
- Object
- StandardError
- DeviceAPI::IOS::PlistutilCommandError
- Defined in:
- lib/device_api/ios/plistutil.rb
Overview
plistutil error class
Instance Method Summary collapse
-
#initialize(msg) ⇒ PlistutilCommandError
constructor
A new instance of PlistutilCommandError.
Constructor Details
#initialize(msg) ⇒ PlistutilCommandError
Returns a new instance of PlistutilCommandError.
59 60 61 |
# File 'lib/device_api/ios/plistutil.rb', line 59 def initialize(msg) super(msg) end |