Exception: WifiWand::WifiInterfaceError
- Defined in:
- lib/wifi_wand/errors.rb
Overview
WIFI HARDWARE ERRORS ===
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(interface = nil, message: nil) ⇒ WifiInterfaceError
constructor
A new instance of WifiInterfaceError.
Methods inherited from Error
#append_help_hint?, #display_message, #exception, #message_for_display
Constructor Details
#initialize(interface = nil, message: nil) ⇒ WifiInterfaceError
Returns a new instance of WifiInterfaceError.
84 85 86 87 |
# File 'lib/wifi_wand/errors.rb', line 84 def initialize(interface = nil, message: nil) msg = || (interface) super(msg) end |