Exception: WifiWand::WifiDisableError
- Defined in:
- lib/wifi_wand/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ WifiDisableError
constructor
A new instance of WifiDisableError.
Methods inherited from Error
#append_help_hint?, #display_message, #exception, #message_for_display
Constructor Details
#initialize ⇒ WifiDisableError
Returns a new instance of WifiDisableError.
116 |
# File 'lib/wifi_wand/errors.rb', line 116 def initialize = super('WiFi could not be disabled. Check permissions') |