X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Fgetter%2Fhttp_getter_types.ml;fp=helm%2Focaml%2Fgetter%2Fhttp_getter_types.ml;h=e8e31bd0fdff90f9e595d1647ea40643a1f906e4;hb=ae1f66ceadc14c7d0824bb375c5af175b15f083c;hp=172cf18a963e3f2cea18aa586e9347b022f5b6d3;hpb=f55b5800229c0819448abf38dfeb1527b4ec08e2;p=helm.git diff --git a/helm/ocaml/getter/http_getter_types.ml b/helm/ocaml/getter/http_getter_types.ml index 172cf18a9..e8e31bd0f 100644 --- a/helm/ocaml/getter/http_getter_types.ml +++ b/helm/ocaml/getter/http_getter_types.ml @@ -34,6 +34,8 @@ 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 *) +exception Key_already_in of string;; +exception Key_not_found of string;; type encoding = [ `Normal | `Gzipped ] type answer_format = [ `Text | `Xml ]