summaryrefslogtreecommitdiff
path: root/lib/bitbucket_server
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-28 15:37:06 -0700
committerStan Hu <stanhu@gmail.com>2018-06-28 15:37:06 -0700
commitd987546e81e0ad4319a8c4f901cbd876d1cf4a87 (patch)
tree774007cbaf803c868f3b58375f4f235b15706ef9 /lib/bitbucket_server
parent7b67350a0c7ed11343420b4d01258c09ce2fa49c (diff)
downloadgitlab-ce-d987546e81e0ad4319a8c4f901cbd876d1cf4a87.tar.gz
Add missing file
Diffstat (limited to 'lib/bitbucket_server')
-rw-r--r--lib/bitbucket_server/error/unauthorized.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/bitbucket_server/error/unauthorized.rb b/lib/bitbucket_server/error/unauthorized.rb
new file mode 100644
index 00000000000..96ed469e913
--- /dev/null
+++ b/lib/bitbucket_server/error/unauthorized.rb
@@ -0,0 +1,5 @@
+module BitbucketServer
+ module Error
+ Unauthorized = Class.new(StandardError)
+ end
+end