Module Vcs.Exn

Note that this entire module is scheduled for deprecation. Vcs has migrated to using Err.t from the pplumbing.err package.

We have prepared ocamlmig annotations in this module to help migrating existing clients, and we plan on adding deprecation annotations in a future release.

val reraise_with_context : Err.t -> Stdlib.Printexc.raw_backtrace -> step:Sexplib0.Sexp.t -> _

This is deprecated - use Err.reraise_with_context instead.

module Private : sig ... end