Base class
for all KeyValue exceptions occurring at development time.
More...
#include "keyvalue/sys/exception/Exception.h"
Base class
for all KeyValue exceptions occurring at development time.
When a LogicError (or any of its derived class
es) is thrown, it means there is a BUG.
typedef ExceptionImpl<std::logic_error, Logic> LogicError;