summaryrefslogtreecommitdiff
path: root/lib/bitbucket/error/unauthorized.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket/error/unauthorized.rb')
-rw-r--r--lib/bitbucket/error/unauthorized.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/bitbucket/error/unauthorized.rb b/lib/bitbucket/error/unauthorized.rb
index 5e2eb57bb0e..efe10542f19 100644
--- a/lib/bitbucket/error/unauthorized.rb
+++ b/lib/bitbucket/error/unauthorized.rb
@@ -1,6 +1,5 @@
module Bitbucket
module Error
- class Unauthorized < StandardError
- end
+ Unauthorized = Class.new(StandardError)
end
end