Rescue exceptions related to Goldfinger at FetchRemoteStatusService (#4138)
This commit is contained in:
		
							parent
							
								
									4aa6cd66fc
								
							
						
					
					
						commit
						617208053c
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -33,6 +33,9 @@ class FetchRemoteStatusService < BaseService
 | 
				
			||||||
  rescue Nokogiri::XML::XPath::SyntaxError
 | 
					  rescue Nokogiri::XML::XPath::SyntaxError
 | 
				
			||||||
    Rails.logger.debug 'Invalid XML or missing namespace'
 | 
					    Rails.logger.debug 'Invalid XML or missing namespace'
 | 
				
			||||||
    nil
 | 
					    nil
 | 
				
			||||||
 | 
					  rescue Goldfinger::NotFoundError, Goldfinger::Error
 | 
				
			||||||
 | 
					    Rails.logger.debug 'Exceptions related to Goldfinger occurs'
 | 
				
			||||||
 | 
					    nil
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def confirmed_domain?(domain, account)
 | 
					  def confirmed_domain?(domain, account)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue