wisc_db
wiscdb_exception.cpp
1 
8 #include "wiscdb_exception.h"
9 
10 namespace wiscdb {
11 
12 WiscDbException::WiscDbException(const std::string& msg)
13  : message_(msg) {
14 }
15 
16 }
Definition: buffer.h:14
WiscDbException(const std::string &msg)