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:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-08-22 22:02:48 +0300
committerStan Hu <stanhu@gmail.com>2016-11-22 03:47:25 +0300
commit56cb4762d42f758ad6e4ec1874b7eed8e1c1f687 (patch)
treef5da636aec1f1c34de0fe6cc5d39ec7a1a19ac93 /lib/bitbucket
parent411d0a93723467eb355155fe52f1d159d4527556 (diff)
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