sidekick/src/util/Error.mli
2018-05-20 14:30:36 -05:00

6 lines
121 B
OCaml

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