mirror of
https://github.com/public-apis/public-apis.git
synced 2025-05-10 15:46:48 +02:00
Update Net::OpenTimeout exception
This commit is contained in:
parent
4885264ce6
commit
96dbf27f6a
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ links.each do |link|
|
|||
end
|
||||
rescue Net::ReadTimeout
|
||||
fails.push("(TMO): #{link}")
|
||||
rescue Net::OpenTimeout
|
||||
fails.push("(TMO): #{link}")
|
||||
rescue OpenSSL::SSL::SSLError
|
||||
fails.push("(SSL): #{link}")
|
||||
rescue SocketError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue