package doc-ock

  1. Overview
  2. Docs
On This Page
  1. Exception
Legend:
Library
Module
Module type
Parameter
Class
Class type

Exception

type 'a t = {
  1. id : 'a DocOckPaths.Identifier.exception_;
  2. doc : 'a Documentation.t;
  3. args : 'a TypeDecl.Constructor.argument;
  4. res : 'a TypeExpr.t option;
}