diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-28 15:37:06 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-28 15:37:06 -0700 |
commit | d987546e81e0ad4319a8c4f901cbd876d1cf4a87 (patch) | |
tree | 774007cbaf803c868f3b58375f4f235b15706ef9 /lib/bitbucket_server | |
parent | 7b67350a0c7ed11343420b4d01258c09ce2fa49c (diff) | |
download | gitlab-ce-d987546e81e0ad4319a8c4f901cbd876d1cf4a87.tar.gz |
Add missing file
Diffstat (limited to 'lib/bitbucket_server')
-rw-r--r-- | lib/bitbucket_server/error/unauthorized.rb | 5 |
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 |