diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-22 16:02:48 -0300 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-11-21 16:47:25 -0800 |
commit | 56cb4762d42f758ad6e4ec1874b7eed8e1c1f687 (patch) | |
tree | f5da636aec1f1c34de0fe6cc5d39ec7a1a19ac93 /lib/bitbucket | |
parent | 411d0a93723467eb355155fe52f1d159d4527556 (diff) | |
download | gitlab-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.rb | 6 |
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 |