Files
gitlabhq/lib/gitlab/auth/ldap/ldap_connection_error.rb
2020-03-12 15:09:39 +00:00

10 lines
146 B
Ruby

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