From e8393183461d4aa2637b250c8e8d5b303a22c675 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Mon, 18 Nov 2002 09:51:30 +0000 Subject: [PATCH] IllFormedUri exception now exported. --- helm/ocaml/urimanager/uriManager.mli | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/ocaml/urimanager/uriManager.mli b/helm/ocaml/urimanager/uriManager.mli index 9a702605e..5d6ad6783 100644 --- a/helm/ocaml/urimanager/uriManager.mli +++ b/helm/ocaml/urimanager/uriManager.mli @@ -23,6 +23,8 @@ * http://cs.unibo.it/helm/. *) +exception IllFormedUri of string;; + type uri val eq : uri -> uri -> bool -- 2.39.2