# File lib/rack/oauth2/server/resource/bearer/error.rb, line 14 def unauthorized!(error = nil, description = nil, options = {}) raise Unauthorized.new(error, description, options) end