]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_types.ml
- better handling of temp files wrt to failures. When a temp file has
[helm.git] / helm / ocaml / getter / http_getter_types.ml
index ee13c6ec6944cb8c67bb6a10fe06f9be5bb09ac9..1d8f7fcb755e09dca3e011ba25848af6e01a9e43 100644 (file)
@@ -32,6 +32,7 @@ exception Invalid_URI of string
 exception Invalid_URL of string
 exception Invalid_RDF_class of string
 exception Internal_error of string
+exception Cache_failure of string
 
 type encoding = Enc_normal | Enc_gzipped
 type answer_format = Fmt_text | Fmt_xml