blob: fda3c0ae624937aeb571cdc1ca19ab54eaa49b4d (
plain) (
blame)
1
2
3
4
5
6
|
/** pqxx::errorhandler class.
*
* Callbacks for handling errors and warnings.
*/
// Actual definitions in .hxx file so editors and such recognize file type.
#include "pqxx/errorhandler.hxx"
|