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