Sha256: fcebafba71efa707cb40f78ed455620498521e4ebbe80ec0a58789a9079c7a4c

Contents?: true

Size: 259 Bytes

Versions: 14

Compression:

Stored size: 259 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

  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
blacklight-3.3.2 lib/blacklight/exceptions.rb
blacklight-3.3.1 lib/blacklight/exceptions.rb
blacklight-3.3.0 lib/blacklight/exceptions.rb
blacklight-3.2.2 lib/blacklight/exceptions.rb
blacklight-3.2.1 lib/blacklight/exceptions.rb
blacklight-3.2.0 lib/blacklight/exceptions.rb
blacklight-3.2.0pre2 lib/blacklight/exceptions.rb
blacklight-3.2.0pre1 lib/blacklight/exceptions.rb
blacklight-3.1.2 lib/blacklight/exceptions.rb
blacklight-3.1.1 lib/blacklight/exceptions.rb
blacklight-3.1.0 lib/blacklight/exceptions.rb
blacklight-3.0.0 lib/blacklight/exceptions.rb
blacklight-3.0.0pre8 lib/blacklight/exceptions.rb
blacklight-3.0.0pre7 lib/blacklight/exceptions.rb