Skip to content
Snippets Groups Projects
Commit 57e86005 authored by Alex Reisner's avatar Alex Reisner
Browse files

Don't rescue from StandardError.

This code appears to be copied from the Freegeoip lookup, where it is
undesirable to begin with.
parent 60625a72
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,6 @@ module Geocoder::Lookup
warn "Maxmind error : #{doc[10]}" if doc
return []
end
rescue StandardError => err
raise_error(err)
return []
end
end
......
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