From 61043f7c05d18b32a2d1e1276bb9bc159e5add1e Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Tue, 3 Dec 2002 21:35:22 +0000 Subject: [PATCH] - moved exceptions in http_types --- helm/DEVEL/ocaml-http/http_request.ml | 3 +-- helm/DEVEL/ocaml-http/http_request.mli | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/helm/DEVEL/ocaml-http/http_request.ml b/helm/DEVEL/ocaml-http/http_request.ml index c2d972895..4eec70279 100644 --- a/helm/DEVEL/ocaml-http/http_request.ml +++ b/helm/DEVEL/ocaml-http/http_request.ml @@ -20,8 +20,7 @@ *) open Http_common;; - -exception Param_not_found of string +open Http_types;; class request ~path ~params = object (self) diff --git a/helm/DEVEL/ocaml-http/http_request.mli b/helm/DEVEL/ocaml-http/http_request.mli index e8632c4f8..6704b6301 100644 --- a/helm/DEVEL/ocaml-http/http_request.mli +++ b/helm/DEVEL/ocaml-http/http_request.mli @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA *) -exception Param_not_found of string - (** fooish class to enclose callback's arguments *) class request: path: string -> params: (string * string) list -> Http_types.request -- 2.39.2