lib/imasquerade/extractor.rb in imasquerade-0.1.4 vs lib/imasquerade/extractor.rb in imasquerade-0.1.5
- old
+ new
@@ -28,10 +28,10 @@
puts "Caught exception: #{e}"
return nil
rescue Curl::Err::HostResolutionError => e
puts "Caught exception: #{e}"
return nil
- rescue Curl::Err::Curl::Err::RecvError => e
+ rescue Curl::Err::RecvError => e
puts "Caught exception: #{e}"
return nil
end
end
end
\ No newline at end of file