summaryrefslogtreecommitdiff
path: root/src/exceptions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions.cc')
-rw-r--r--src/exceptions.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptions.cc b/src/exceptions.cc
index 3357ebe9..0256c2b5 100644
--- a/src/exceptions.cc
+++ b/src/exceptions.cc
@@ -131,3 +131,9 @@ StartCompressionError::StartCompressionError (optional<int> code)
, _code (code)
{}
+
+
+CombineError::CombineError (string message)
+ : runtime_error (message)
+{}
+