summaryrefslogtreecommitdiff
path: root/src/exceptions.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-09-09 23:55:49 +0200
committerCarl Hetherington <cth@carlh.net>2020-09-17 23:07:19 +0200
commitc19f63dd173e5497070b26528dbac240d5595583 (patch)
tree6a2f3760005a1ef8a613ffec5d3df82b1574a61f /src/exceptions.h
parent62757708dd14df8806eb6482e83afb06a6160f0a (diff)
Add dcp::combine().
Diffstat (limited to 'src/exceptions.h')
-rw-r--r--src/exceptions.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h
index 7ed729dd..1fb5e4e7 100644
--- a/src/exceptions.h
+++ b/src/exceptions.h
@@ -240,6 +240,13 @@ private:
boost::optional<int> _code;
};
+
+class CombineError : public std::runtime_error
+{
+public:
+ explicit CombineError (std::string message);
+};
+
}
#endif