lib/blacklight/exceptions.rb in blacklight-7.22.2 vs lib/blacklight/exceptions.rb in blacklight-7.23.0

- old
+ new

@@ -13,9 +13,12 @@ class ExpiredSessionToken < StandardError end class ECONNREFUSED < ::Errno::ECONNREFUSED; end + # NOTE: In Blacklight 8, the parent class will be Timeout::Error + class RepositoryTimeout < InvalidRequest; end + class IconNotFound < StandardError end end end