From 320c20b9538c985005dc850d685eecfc1a5edc98 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 13 May 2017 21:50:06 +0100 Subject: Give a slightly better error whn trying to add a KDM using add-file (#1035). --- src/lib/exceptions.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/exceptions.h') diff --git a/src/lib/exceptions.h b/src/lib/exceptions.h index c2f82e15b..c1b1aef4b 100644 --- a/src/lib/exceptions.h +++ b/src/lib/exceptions.h @@ -252,4 +252,10 @@ public: {} }; +class KDMAsContentError : public std::runtime_error +{ +public: + KDMAsContentError (); +}; + #endif -- cgit v1.2.3