Module Dunolint_stdlib.Code_errorSource

Sourcetype t = {
  1. message : string;
  2. data : (string * Sexp.t) list;
}
Sourceexception E of t
Sourceval raise : string -> (string * Sexp.t) list -> _