From c19f63dd173e5497070b26528dbac240d5595583 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Sep 2020 23:55:49 +0200 Subject: Add dcp::combine(). --- src/exceptions.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/exceptions.cc') 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 code) , _code (code) {} + + +CombineError::CombineError (string message) + : runtime_error (message) +{} + -- cgit v1.2.3