Exception: LinuxAdmin::CredentialError
- Inherits:
-
CommandResultError
- Object
- StandardError
- CommandResultError
- LinuxAdmin::CredentialError
- Defined in:
- lib/linux_admin/exceptions.rb
Instance Attribute Summary
Attributes inherited from CommandResultError
Instance Method Summary collapse
-
#initialize(result) ⇒ CredentialError
constructor
A new instance of CredentialError.
Constructor Details
#initialize(result) ⇒ CredentialError
Returns a new instance of CredentialError.
22 23 24 |
# File 'lib/linux_admin/exceptions.rb', line 22 def initialize(result) super("Invalid username or password", result) end |