gitlab-org--gitlab-foss/lib/gitlab/auth/ldap/ldap_connection_error.rb
2018-04-04 09:07:28 +00:00

7 lines
115 B
Ruby

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