wip
This commit is contained in:
@@ -2,11 +2,6 @@
|
||||
|
||||
namespace usql {
|
||||
|
||||
Exception::Exception(const std::string &msg) : std::runtime_error(msg) {
|
||||
cause = msg;
|
||||
}
|
||||
Exception::Exception(const std::string msg) : std::runtime_error(msg) {}
|
||||
|
||||
|
||||
const char *Exception::what() const noexcept { return cause.c_str(); }
|
||||
|
||||
}
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user