Sha256: 4ed6399cbd43de4443a8df156e4d9b0bd940a0c490a8348695a3cae32a6a31c8

Contents?: true

Size: 500 Bytes

Versions: 28

Compression:

Stored size: 500 Bytes

Contents

# frozen_string_literal: true
module Blacklight
  module Exceptions
    class AccessDenied < StandardError
    end

    class RecordNotFound < RuntimeError
    end

    class InvalidRequest < StandardError
    end

    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

Version data entries

28 entries across 28 versions & 2 rubygems

Version Path
blacklight-7.40.0 lib/blacklight/exceptions.rb
blacklight-7.39.0 lib/blacklight/exceptions.rb
blacklight-7.38.0 lib/blacklight/exceptions.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/lib/blacklight/exceptions.rb
blacklight-7.37.0 lib/blacklight/exceptions.rb
blacklight-7.36.2 lib/blacklight/exceptions.rb
blacklight-7.36.1 lib/blacklight/exceptions.rb
blacklight-7.36.0 lib/blacklight/exceptions.rb
blacklight-7.35.0 lib/blacklight/exceptions.rb
blacklight-7.34.0 lib/blacklight/exceptions.rb
blacklight-7.33.1 lib/blacklight/exceptions.rb
blacklight-7.33.0 lib/blacklight/exceptions.rb
blacklight-7.32.0 lib/blacklight/exceptions.rb
blacklight-7.31.0 lib/blacklight/exceptions.rb
blacklight-7.30.0 lib/blacklight/exceptions.rb
blacklight-7.29.0 lib/blacklight/exceptions.rb
blacklight-7.28.0 lib/blacklight/exceptions.rb
blacklight-7.27.1 lib/blacklight/exceptions.rb
blacklight-7.27.0 lib/blacklight/exceptions.rb
blacklight-7.26.1 lib/blacklight/exceptions.rb