unauthorized.rb 86 Bytes EditWeb IDE 1 2 3 4 5 module Bitbucket module Error Unauthorized = Class.new(StandardError) end end