Skip to content
Snippets Groups Projects
Commit 61720805 authored by abcang's avatar abcang Committed by Eugen Rochko
Browse files

Rescue exceptions related to Goldfinger at FetchRemoteStatusService (#4138)

parent 4aa6cd66
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,9 @@ class FetchRemoteStatusService < BaseService
rescue Nokogiri::XML::XPath::SyntaxError
Rails.logger.debug 'Invalid XML or missing namespace'
nil
rescue Goldfinger::NotFoundError, Goldfinger::Error
Rails.logger.debug 'Exceptions related to Goldfinger occurs'
nil
end
def confirmed_domain?(domain, account)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment