-
Notifications
You must be signed in to change notification settings - Fork 30
Add exception for invalid credentials #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add exception for invalid credentials #34
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brandondunne What is the point of an empty rescue/raise? Ruby does the same behavior by default.
@chessbyte I didn't realize that, removed the unneeded rescue/raise. |
lib/linux_admin/exceptions.rb
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these exception should live under the LinuxAdmin namespace. Not sure if that should happen in this PR or not.
@Fryguy Modified as discussed |
1 similar comment
…edentials Add exception for invalid credentials
No description provided.