Exception: WifiWand::KeychainAccessCancelledError

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

Instance Method Summary collapse

Methods inherited from Error

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

Constructor Details

#initialize(network_name) ⇒ KeychainAccessCancelledError

Returns a new instance of KeychainAccessCancelledError.



278
# File 'lib/wifi_wand/errors.rb', line 278

def initialize(network_name) = super("Keychain access cancelled for network '#{network_name}'")