WiscDB
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends
wiscdb_exception.cpp
00001 
00008 #include "wiscdb_exception.h"
00009 
00010 namespace wiscdb {
00011 
00012 WiscDbException::WiscDbException(const std::string& msg)
00013     : message_(msg) {
00014 }
00015 
00016 }
 All Classes Namespaces Functions Variables Typedefs Enumerations Friends