Add missing file

This commit is contained in:
Stan Hu 2018-06-28 15:37:06 -07:00
parent 7b67350a0c
commit d987546e81
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
module BitbucketServer
module Error
Unauthorized = Class.new(StandardError)
end
end