lib/blacklight/exceptions.rb in blacklight-3.3.2 vs lib/blacklight/exceptions.rb in blacklight-3.4.0

- old
+ new

@@ -8,7 +8,9 @@ # When a request for a single solr document by id # is not successful, raise this: class InvalidSolrID < RuntimeError end + class ECONNREFUSED < ::Errno::ECONNREFUSED; end + end end