diff ValueExistsException.hpp @ 16:06166d6c083b

Add configuration processing. Cache DB values Add a custom RBTree to save space. Track multiple DB connections properly. More testing. Add ValueExistsException.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Tue, 28 Aug 2012 18:58:02 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ValueExistsException.hpp	Tue Aug 28 18:58:02 2012 +0200
@@ -0,0 +1,10 @@
+#ifndef VALUEEXISTSEXCEPTION_HPP
+#define VALUEEXISTSEXCEPTION_HPP
+
+#include "Exception.hpp"
+
+class ValueExistsException : public Exception
+{
+};
+
+#endif //VALUEEXISTSEXCEPTION_HPP