summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exceptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 2871ee86..8bc6e550 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -99,6 +99,7 @@ class DCPReadError : public std::runtime_error
public:
explicit DCPReadError (std::string message)
: std::runtime_error(message)
+ , _message(message)
{}
DCPReadError (std::string message, std::string detail);