Linol_lwt__Task.Wrapped_error
type 'a task
= 'a t
type t
=
|
E :
{
task : 'a task;
e : exn;
}
-> t
exception
Wrapped of t
An exception caught and re-launched from a task
val pp : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string