summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config_tree.mli2
1 files changed, 2 insertions, 0 deletions
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;