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