Skip to content

Commit

Permalink
Improve method description.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Nov 29, 2011
1 parent 870d3ae commit 56aa273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geocoder/lookups/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def result_class
end

##
# Raise exception instead of warning for specified exceptions.
# Raise exception if configuration specifies it should be raised.
#
def raise_error(error, message = nil)
if Geocoder::Configuration.always_raise.include?(error.class)
Expand Down

0 comments on commit 56aa273

Please sign in to comment.