summaryrefslogtreecommitdiff
path: root/lib/gitlab/o_auth.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/o_auth.rb')
-rw-r--r--lib/gitlab/o_auth.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gitlab/o_auth.rb b/lib/gitlab/o_auth.rb
new file mode 100644
index 00000000000..5ad8d83bd6e
--- /dev/null
+++ b/lib/gitlab/o_auth.rb
@@ -0,0 +1,6 @@
+module Gitlab
+ module OAuth
+ SignupDisabledError = Class.new(StandardError)
+ SigninDisabledForProviderError = Class.new(StandardError)
+ end
+end