Story #105846070 - Arireg just log sock error, and give up

This commit is contained in:
Matt Farnsworth 2015-12-10 18:07:14 +02:00
parent 1ae25d2fff
commit 4c4908e5a6

View file

@ -104,6 +104,9 @@ module Soap
rescue HTTPI::SSLError => ssl_error
Rails.logger.error "#{ssl_error} at #{self.class.host}"
nil
rescue SocketError => sock
Rails.logger.error "#{sock}"
nil
end
end