Module Sexp_intf.S.Of_string_conv_exn

module Of_string_conv_exn: sig .. end
Module encapsulating the exception raised by string converters when type conversions fail.

type t = {
   exc :exn;
   sexp :Type.t;
   sub_sexp :Type.t;
}
exception E of t