Page MenuHomePhabricator

A repository grep search with no results returns an Unhandled Exception ("ConduitException")
Closed, ResolvedPublic

Event Timeline

chrisbolt raised the priority of this task from to Needs Triage.
chrisbolt updated the task description. (Show Details)
chrisbolt added a project: Diffusion.
chrisbolt added a subscriber: chrisbolt.
btrahan added a subscriber: btrahan.

This was intentionally "kicked down the road" as an example of unhandled exceptions generally not being handled so well. See https://secure.phabricator.com/D11789#114084

A spot fix would need to catch two types of exceptions - ConduitClientException and ConduitException - which have different data.

A general fix would probably need to have this sort of awareness too, and / or we'd need some more general Exception infrastructure so specific exceptions wouldn't need to be surfaced all the way down the stack.