package fuseau

  1. Overview
  2. Docs

Module Fuseau.Exn_btSource

Exception with backtrace

Sourcetype t = {
  1. exn : exn;
  2. bt : Printexc.raw_backtrace;
}
Sourceval make : exn -> Printexc.raw_backtrace -> t
Sourceval get : exn -> t
Sourceval get_callstack : int -> exn -> t
Sourceval raise : t -> 'a
Sourceval show : t -> string
Sourcetype nonrec 'a result = ('a, t) result
OCaml

Innovation. Community. Security.