package commons

  1. Overview
  2. Docs

Module ExceptionSource

Sourcetype t
Sourceval catch_all : (unit -> 'a) -> ('a, t) Result.t
Sourceval catch : exn -> t
Sourceval reraise : t -> 'a
Sourceval catch_and_reraise : exn -> 'a
Sourceval trace : exn -> t
Sourceval create : exn -> Printexc.raw_backtrace -> t
Sourceval get_exn : t -> exn
Sourceval get_trace : t -> Printexc.raw_backtrace
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.