Module Exninfo
Additional information worn by exceptions.
type iexn= exn * infoInformation-wearing exceptions
val make : unit -> 'a tCreate a new piece of information.
val null : infoNo information
val info : exn -> infoRetrieve the information of the last exception raised.
val iraise : iexn -> 'aRaise the given enriched exception.
val raise : ?info:info -> exn -> 'aRaise the given exception with additional information.