comparison 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
comparison
equal deleted inserted replaced
15:199fc63c60c1 16:06166d6c083b
1 #ifndef VALUEEXISTSEXCEPTION_HPP
2 #define VALUEEXISTSEXCEPTION_HPP
3
4 #include "Exception.hpp"
5
6 class ValueExistsException : public Exception
7 {
8 };
9
10 #endif //VALUEEXISTSEXCEPTION_HPP