]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/ocaml-http/http_request.ml
- moved exceptions in http_types
[helm.git] / helm / DEVEL / ocaml-http / http_request.ml
index c2d9728955a6a70adc7edb4f0b4d078ef4f6bc8f..4eec70279267664de63821dcda4592e87b38350c 100644 (file)
@@ -20,8 +20,7 @@
 *)
 
 open Http_common;;
-
-exception Param_not_found of string
+open Http_types;;
 
 class request ~path ~params =
   object (self)