00001 00008 #include "wiscdb_exception.h" 00009 00010 namespace wiscdb { 00011 00012 WiscDbException::WiscDbException(const std::string& msg) 00013 : message_(msg) { 00014 } 00015 00016 }