Skip to content

Commit

Permalink
[bug] swisscom#13 - Timeout::Error does not exists
Browse files Browse the repository at this point in the history
  • Loading branch information
NetForces committed Feb 12, 2018
1 parent 9032f8b commit edf8cfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/netsnmp/errors.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ module NETSNMP
Error = Class.new(StandardError)
ConnectionFailed = Class.new(Error)
AuthenticationFailed = Class.new(Error)
Timeout = Class.new(Error)
end

0 comments on commit edf8cfa

Please sign in to comment.