libpqxx
pqxx::failure Class Reference

Run-time failure encountered by libpqxx, similar to std::runtime_error. More...

#include <except.hxx>

Inheritance diagram for pqxx::failure:

Public Member Functions

 failure (const std::string &)
 
- Public Member Functions inherited from pqxx::pqxx_exception
virtual ~pqxx_exception () noexcept=0
 Support run-time polymorphism, and keep this class abstract. More...
 

Detailed Description

Run-time failure encountered by libpqxx, similar to std::runtime_error.

Constructor & Destructor Documentation

◆ failure()

pqxx::failure::failure ( const std::string &  whatarg)
explicit

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