Volgo_stdlib.Code_error
A programming error that should be reported upstream
type t = {
message : string;
data : (string * Dyn.t) list;
}
exception E of t
val raise : string -> (string * Dyn.t) list -> _