cpdf-source/cpdferror.mli

4 lines
85 B
OCaml

exception SoftError of string
val error : string -> 'a
exception HardError of string