There was an error while loading. Please reload this page.
1 parent 25e8c02 commit 8bd7081Copy full SHA for 8bd7081
1 file changed
lib/quayio/scanner/repository.rb
@@ -31,7 +31,7 @@ def api_call(uri)
31
open_timeout: 15
32
)
33
return JSON.parse(response)
34
- rescue RestClient::ExceptionWithResponse => e
+ rescue RestClient::Exception => e
35
raise e if attempt >= MAX_ATTEMPTS
36
37
# retry later, if we hit cdn rate limiting or on connection errors
0 commit comments