Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ldap_connection_error.rb « ldap « auth « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef0a695742bd311eae820e306084d93a8eedb9bf (plain)
1
2
3
4
5
6
7
module Gitlab
  module Auth
    module LDAP
      LDAPConnectionError = Class.new(StandardError)
    end
  end
end