|
nanodbc
A small C++ wrapper for the native C ODBC API
|
Programming logic error. More...
#include <nanodbc.h>


Public Member Functions | |
| programming_error (std::string const &info) | |
| Creates a programming error with the given message. | |
| char const * | what () const noexcept override |
| Returns the message describing the error. | |
Programming logic error.
|
explicit |
Creates a programming error with the given message.
| info | The message describing the error. |