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

Add documentation for always_raise = :all

parent 0e3d8e1f
No related branches found
No related tags found
No related merge requests found
......@@ -532,6 +532,12 @@ By default Geocoder will rescue any exceptions raised by calls to the geocoding
Geocoder::Configuration.always_raise = [SocketError, TimeoutError]
You can also do this to raise all exceptions:
Geocoder::Configuration.always_raise = :all
See <tt>lib/geocoder/exceptions.rb</tt> for a list of raise-able exceptions.
== Known Issue
......
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