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

8 lines
115 B
Ruby
Raw Normal View History

2018-04-04 05:07:28 -04:00
module Gitlab
module Auth
module LDAP
LDAPConnectionError = Class.new(StandardError)
end
end
end