Sha256: 3b64202e86f21194cdfaa586b4c35b213f294a024ae8121a729a06c69e86e070

Contents?: true

Size: 380 Bytes

Versions: 47

Compression:

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

    class IconNotFound < StandardError
    end
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
blacklight-7.2.0 lib/blacklight/exceptions.rb
blacklight-7.1.0 lib/blacklight/exceptions.rb
blacklight-7.1.0.alpha lib/blacklight/exceptions.rb
blacklight-7.0.1 lib/blacklight/exceptions.rb
blacklight-7.0.0 lib/blacklight/exceptions.rb
blacklight-7.0.0.rc2 lib/blacklight/exceptions.rb
blacklight-7.0.0.rc1 lib/blacklight/exceptions.rb