#include <exceptions.h>
Inheritance diagram for pqxxobject::DatabaseError:
Public Member Functions | |
DatabaseError (const std::string &what_arg) | |
Throw a database error. |
This exception is thown by all database-interacting classes in the case that the backend database caused libpqxx to throw an exception, or in the case of a runtime error in the database logic.
Definition at line 35 of file exceptions.h.
|
Throw a database error.
Definition at line 42 of file exceptions.h. |