Exception: LinuxAdmin::CredentialError

Inherits:
CommandResultError show all
Defined in:
lib/linux_admin/exceptions.rb

Instance Attribute Summary

Attributes inherited from CommandResultError

#result

Instance Method Summary collapse

Constructor Details

#initialize(result) ⇒ CredentialError

Returns a new instance of CredentialError.



12
13
14
# File 'lib/linux_admin/exceptions.rb', line 12

def initialize(result)
  super("Invalid username or password", result)
end