From fb6d3f6dfdbc3601a9af99263ec233bbd3a46e50 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 23 May 2018 19:24:58 +0700 Subject: Expose missing exceptions from Config_tree in the module interface. --- src/config_tree.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config_tree.mli') diff --git a/src/config_tree.mli b/src/config_tree.mli index f72eda9..863b2ad 100644 --- a/src/config_tree.mli +++ b/src/config_tree.mli @@ -2,6 +2,8 @@ type value_behaviour = AddValue | ReplaceValue exception Duplicate_value exception Node_has_no_value +exception No_such_value +exception Useless_set type config_node_data = { values : string list; -- cgit v1.2.3