gitlab-org--gitlab-foss/lib/gitlab/auth/ldap/ldap_connection_error.rb

10 lines
146 B
Ruby

# frozen_string_literal: true
module Gitlab
module Auth
module Ldap
LdapConnectionError = Class.new(StandardError)
end
end
end