mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -05:00
4 lines
119 B
OCaml
4 lines
119 B
OCaml
exception Error of string
|
|
|
|
val errorf : ('a, Format.formatter, unit, 'b) format4 -> 'a
|
|
(** @raise Error when called *)
|