Rescue exceptions related to Goldfinger (#4044)
* Rescue exceptions related to Goldfinger * Exclude Goldfinger::SSLErrorgh/stable
parent
fc4c74660b
commit
307f3e0dd7
|
@ -32,5 +32,8 @@ class FetchRemoteAccountService < 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
|
||||
end
|
||||
|
|
Reference in New Issue