File: cpdferror.ml

package info (click to toggle)
cpdf 2.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,828 kB
  • sloc: ml: 34,724; makefile: 65; sh: 45
file content (6 lines) | stat: -rw-r--r-- 156 bytes parent folder | download
1
2
3
4
5
6
(** Two exceptions recommended for use with the library. *)
exception SoftError of string

exception HardError of string

let error s = raise (SoftError s)