Exception: WifiWand::KeychainAccessDeniedError

Inherits:
Error
  • Object
show all
Defined in:
lib/wifi_wand/errors.rb

Overview

MACOS-SPECIFIC ERRORS ===

Instance Method Summary collapse

Methods inherited from Error

#append_help_hint?, #display_message, #exception, #message_for_display

Constructor Details

#initialize(network_name) ⇒ KeychainAccessDeniedError

Returns a new instance of KeychainAccessDeniedError.



272
273
274
# File 'lib/wifi_wand/errors.rb', line 272

def initialize(network_name)
  super("Keychain access denied for network '#{network_name}'. Please grant access when prompted")
end