Rescue exceptions related to Goldfinger at FetchRemoteStatusService (#4138)

th-downstream
abcang 7 years ago committed by Eugen Rochko
parent 4ab5c475a9
commit 60df44837e

@ -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)

Loading…
Cancel
Save