lib/blacklight/exceptions.rb in blacklight-5.3.0 vs lib/blacklight/exceptions.rb in blacklight-5.4.0.rc1

- old
+ new

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