Module Cpdferror

module Cpdferror: sig .. end

Error handling


exception SoftError of string

Soft error in CPDF.

exception HardError of string

Hard error in CPDF

val error : string -> 'a

Raise SoftError with the given string.