Exception: DeviceAPI::IOS::PlistutilCommandError

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

Overview

plistutil error class

Instance Method Summary collapse

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