|
libpqxx 4.0
|
Exception class for lost or failed backend connection. More...
#include <except.hxx>

Public Member Functions | |
| broken_connection () | |
| broken_connection (const std::string &) | |
Exception class for lost or failed backend connection.
If you're working on a Unix-like system, see the manual page for signal (2) on how to deal with SIGPIPE. The easiest way to make this signal harmless is to make your program ignore it:
#include <signal.h> int main() { signal(SIGPIPE, SIG_IGN); // ...
| pqxx::broken_connection::broken_connection | ( | ) |
| pqxx::broken_connection::broken_connection | ( | const std::string & | whatarg | ) | [explicit] |