cpdf-source/cpdferror.mli

4 lines
85 B
OCaml
Raw Normal View History

2021-10-02 13:22:59 +02:00
exception SoftError of string
val error : string -> 'a
exception HardError of string