summaryrefslogtreecommitdiff
path: root/lib/bitbucket
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-08-22 16:02:48 -0300
committerStan Hu <stanhu@gmail.com>2016-11-21 16:47:25 -0800
commit56cb4762d42f758ad6e4ec1874b7eed8e1c1f687 (patch)
treef5da636aec1f1c34de0fe6cc5d39ec7a1a19ac93 /lib/bitbucket
parent411d0a93723467eb355155fe52f1d159d4527556 (diff)
downloadgitlab-ce-56cb4762d42f758ad6e4ec1874b7eed8e1c1f687.tar.gz
Refactoring Bitbucket import controller to use the new OAuth2 client
Diffstat (limited to 'lib/bitbucket')
-rw-r--r--lib/bitbucket/error/unauthorized.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/bitbucket/error/unauthorized.rb b/lib/bitbucket/error/unauthorized.rb
new file mode 100644
index 00000000000..5e2eb57bb0e
--- /dev/null
+++ b/lib/bitbucket/error/unauthorized.rb
@@ -0,0 +1,6 @@
+module Bitbucket
+ module Error
+ class Unauthorized < StandardError
+ end
+ end
+end