nanodbc
A small C++ wrapper for the native C ODBC API
Loading...
Searching...
No Matches
nanodbc::programming_error Class Reference

Programming logic error. More...

#include <nanodbc.h>

Inheritance diagram for nanodbc::programming_error:
Collaboration diagram for nanodbc::programming_error:

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.
 

Detailed Description

Programming logic error.

See also
Exception types

Constructor & Destructor Documentation

◆ programming_error()

nanodbc::programming_error::programming_error ( std::string const &  info)
explicit

Creates a programming error with the given message.

Parameters
infoThe message describing the error.

The documentation for this class was generated from the following file: