Kùzu C++ API
Loading...
Searching...
No Matches
binder.h
Go to the documentation of this file.
1#pragma once
2
3#include "api.h"
4#include "exception.h"
5
6namespace kuzu {
7namespace common {
8
10public:
11 explicit BinderException(const std::string& msg) : Exception("Binder exception: " + msg){};
12};
13
14} // namespace common
15} // namespace kuzu
#define KUZU_API
Definition api.h:25
Definition binder.h:9
BinderException(const std::string &msg)
Definition binder.h:11
Definition exception.h:11
Definition alter_type.h:5