# frozen_string_literal: true

module Gitlab
  module Auth
    module LDAP
      LDAPConnectionError = Class.new(StandardError)
    end
  end
end