errorhandler 274 B

12345678
  1. /** pqxx::errorhandler class.
  2. *
  3. * Callbacks for handling errors and warnings.
  4. */
  5. // Actual definitions in .hxx file so editors and such recognize file type.
  6. #include "pqxx/internal/header-pre.hxx"
  7. #include "pqxx/errorhandler.hxx"
  8. #include "pqxx/internal/header-post.hxx"