diff options
Diffstat (limited to 'lib')
-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 |