aboutsummaryrefslogtreecommitdiff
path: root/mod/types-parsers.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-03-13 10:45:24 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2024-03-13 13:09:27 +0300
commita03a2b613f5d36de5617c50e76cced95fda188ac (patch)
tree1cf01f2c16d64f0052dc1fab99490ef1b334a96b /mod/types-parsers.cxx
parent962c725f9fba6b7b4803f31dbcd497169b237f57 (diff)
Add search-description configuration option
Diffstat (limited to 'mod/types-parsers.cxx')
-rw-r--r--mod/types-parsers.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/types-parsers.cxx b/mod/types-parsers.cxx
index 60d70d7..f135608 100644
--- a/mod/types-parsers.cxx
+++ b/mod/types-parsers.cxx
@@ -204,9 +204,9 @@ namespace brep
{
x = fragment (v, o);
}
- catch (const xml::parsing&)
+ catch (const xml::parsing& e)
{
- throw invalid_value (o, v);
+ throw invalid_value (o, v, e.what ());
}
}