diff --git a/moonpool/Moonpool/Exn_bt/index.html b/moonpool/Moonpool/Exn_bt/index.html index 15f1dd6f..372daf14 100644 --- a/moonpool/Moonpool/Exn_bt/index.html +++ b/moonpool/Moonpool/Exn_bt/index.html @@ -1,2 +1,2 @@ -
Moonpool.Exn_btException with backtrace.
type t = exn * Stdlib.Printexc.raw_backtraceAn exception bundled with a backtrace
val exn : t -> exnval bt : t -> Stdlib.Printexc.raw_backtraceval make : exn -> Stdlib.Printexc.raw_backtrace -> tTrivial builder
val get : exn -> tget exn is make exn (get_raw_backtrace ())
val get_callstack : int -> exn -> tval raise : t -> 'aRaise the exception with its save backtrace
val show : t -> stringSimple printing
Moonpool.Exn_btException with backtrace.
type t = exn * Stdlib.Printexc.raw_backtraceAn exception bundled with a backtrace
val exn : t -> exnval bt : t -> Stdlib.Printexc.raw_backtraceval make : exn -> Stdlib.Printexc.raw_backtrace -> tTrivial builder
val get : exn -> tget exn is make exn (get_raw_backtrace ())
val get_callstack : int -> exn -> tval raise : t -> 'aRaise the exception with its save backtrace
val show : t -> stringSimple printing
val pp : Stdlib.Format.formatter -> t -> unit