Sha256: 65aa2afa2be4e423e92f4b6752ca6d3e696ecdf27b2f635e82f5d61eb30d650c
Contents?: true
Size: 367 Bytes
Versions: 19
Compression:
Stored size: 367 Bytes
Contents
# -*- encoding : utf-8 -*- module Blacklight module Exceptions class AccessDenied < Exception end # 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
Version data entries
19 entries across 19 versions & 1 rubygems