# File lib/net/ssh/authentication/pageant.rb, line 254 def self.raise_error_if_zero(result) if result == 0 raise "Windows error: #{Win.GetLastError}" end end