debian-mirror-gitlab/lib/gitlab/auth/ldap/ldap_connection_error.rb

10 lines
146 B
Ruby
Raw Normal View History

2018-12-13 13:39:08 +05:30
# frozen_string_literal: true
2018-05-09 12:01:36 +05:30
module Gitlab
module Auth
2020-04-08 14:13:33 +05:30
module Ldap
LdapConnectionError = Class.new(StandardError)
2018-05-09 12:01:36 +05:30
end
end
end