From 04d75981f2e0dd9737d451ae39e7aaa39d8f18a0 Mon Sep 17 00:00:00 2001 From: Alex Reisner <alex@alexreisner.com> Date: Fri, 24 Aug 2012 23:30:27 -0400 Subject: [PATCH] Add documentation for always_raise = :all --- README.rdoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rdoc b/README.rdoc index f77f8dfe..6f101a79 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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 -- GitLab