Module Reference.Exception

type t = [
| `Resolved of Paths.Reference.Resolved.Exception.t
| `Root of string * [ `TException | `TUnknown ]
| `Dot of Paths.Reference.LabelParent.t * string
| `Exception of Paths.Reference.Signature.t * Names.ExceptionName.t
]