fixes and improvements
exceptions related code needs work
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace usql {
|
||||
|
||||
Exception::Exception(const std::string &msg) {
|
||||
Exception::Exception(const std::string &msg) : std::runtime_error(msg) {
|
||||
cause = msg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user