Exception: WifiWand::KeychainNonInteractiveError
- Defined in:
- lib/wifi_wand/errors.rb
Instance Method Summary collapse
-
#initialize(network_name) ⇒ KeychainNonInteractiveError
constructor
A new instance of KeychainNonInteractiveError.
Methods inherited from Error
#append_help_hint?, #display_message, #exception, #message_for_display
Constructor Details
#initialize(network_name) ⇒ KeychainNonInteractiveError
Returns a new instance of KeychainNonInteractiveError.
282 283 284 |
# File 'lib/wifi_wand/errors.rb', line 282 def initialize(network_name) super("Cannot access keychain for network '#{network_name}' in non-interactive environment") end |