DEBSOURCES
Skip Quicknav
sources / cpdf / 2.9-1 / cpdferror.ml
123456
(** Two exceptions recommended for use with the library. *) exception SoftError of string exception HardError of string let error s = raise (SoftError s)