sidekick/src/util/Error.mli
2022-07-14 22:09:13 -04:00

4 lines
119 B
OCaml

exception Error of string
val errorf : ('a, Format.formatter, unit, 'b) format4 -> 'a
(** @raise Error when called *)