Exception: WifiWand::WifiServiceError
- Inherits:
-
WifiInterfaceError
- Object
- RuntimeError
- Error
- WifiInterfaceError
- WifiWand::WifiServiceError
- Defined in:
- lib/wifi_wand/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ WifiServiceError
constructor
A new instance of WifiServiceError.
Methods inherited from Error
#append_help_hint?, #display_message, #exception, #message_for_display
Constructor Details
#initialize ⇒ WifiServiceError
Returns a new instance of WifiServiceError.
96 97 98 99 100 |
# File 'lib/wifi_wand/errors.rb', line 96 def initialize = 'No macOS WiFi network service found. Ensure WiFi hardware has a Network Settings service ' \ 'configured.' super(nil, message: ) end |