]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/getter/http_getter_types.ml
- logging of long-running actions (like update) is now sent to the
[helm.git] / helm / ocaml / getter / http_getter_types.ml
index 1d8f7fcb755e09dca3e011ba25848af6e01a9e43..74ffe9fe1ee45eaae21f8e94fdc9998d693ef7aa 100644 (file)
@@ -33,6 +33,7 @@ exception Invalid_URL of string
 exception Invalid_RDF_class of string
 exception Internal_error of string
 exception Cache_failure of string
+exception Dtd_not_found of string (* dtd's url *)
 
 type encoding = Enc_normal | Enc_gzipped
 type answer_format = Fmt_text | Fmt_xml