Module Component.Exception

type t = {
  1. doc : CComment.docs;
  2. args : TypeDecl.Constructor.argument;
  3. res : TypeExpr.t option;
}