Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-29 01:37:06 +0300
committerStan Hu <stanhu@gmail.com>2018-06-29 01:37:06 +0300
commitd987546e81e0ad4319a8c4f901cbd876d1cf4a87 (patch)
tree774007cbaf803c868f3b58375f4f235b15706ef9 /lib/bitbucket_server
parent7b67350a0c7ed11343420b4d01258c09ce2fa49c (diff)
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