Exception: DeviceAPI::IOS::IPAddressError

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

Overview

Error class for the IPAddress class

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ IPAddressError

Returns a new instance of IPAddressError.



46
47
48
# File 'lib/device_api/ios/ipaddress.rb', line 46

def initialize(msg)
  super(msg)
end