app/errors/http/unauthorized.rb



module Http
  class Unauthorized < StandardError
  end
end