Exception: WifiWand::NoSupportedOSError
- Defined in:
- lib/wifi_wand/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ NoSupportedOSError
constructor
A new instance of NoSupportedOSError.
Methods inherited from Error
#append_help_hint?, #display_message, #exception, #message_for_display
Constructor Details
#initialize ⇒ NoSupportedOSError
Returns a new instance of NoSupportedOSError.
318 319 320 |
# File 'lib/wifi_wand/errors.rb', line 318 def initialize super('No supported operating system detected. WifiWand supports macOS and Ubuntu Linux') end |