#include "exception.h"
namespace usql {
Exception::Exception(const std::string msg) : std::runtime_error(msg) {}
} // namespace