# frozen_string_literal: true

module Gitlab
  module Auth
    module Ldap
      LdapConnectionError = Class.new(StandardError)
    end
  end
end