LogicError Class Reference

Base class for all KeyValue exceptions occurring at development time. More...

#include <keyvalue/sys/exception/Exception.h>


Detailed Description

Base class for all KeyValue exceptions occurring at development time.

When a LogicError (or any of its derived classes) is thrown, it means there is a BUG.

typedef ExceptionImpl<::std::logic_error, Logic> LogicError;