package cpdf

  1. Overview
  2. Docs

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.