Add missing file
This commit is contained in:
parent
7b67350a0c
commit
d987546e81
1 changed files with 5 additions and 0 deletions
5
lib/bitbucket_server/error/unauthorized.rb
Normal file
5
lib/bitbucket_server/error/unauthorized.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
module BitbucketServer
|
||||
module Error
|
||||
Unauthorized = Class.new(StandardError)
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue