aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/manifest-parser.cxx')
-rw-r--r--libbutl/manifest-parser.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/libbutl/manifest-parser.cxx b/libbutl/manifest-parser.cxx
index 9aa35b7..cb2d311 100644
--- a/libbutl/manifest-parser.cxx
+++ b/libbutl/manifest-parser.cxx
@@ -474,4 +474,11 @@ namespace butl
name (n), line (l), column (c), description (d)
{
}
+
+ manifest_parsing::
+ manifest_parsing (const string& d)
+ : runtime_error (d),
+ line (0), column (0), description (d)
+ {
+ }
}