MCPcopy Create free account
hub / github.com/blue-yonder/turbodbc / for_error

Function for_error

cpp/turbodbc_python/Library/src/python_bindings/error.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8
9void for_error(pybind11::module & module)
10{
11 pybind11::register_exception<cpp_odbc::error>(module, "Error");
12 pybind11::register_exception<turbodbc::interface_error>(module, "InterfaceError");
13}
14
15} }

Callers 1

PYBIND11_MODULEFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected