randolf.ca
1.00
Randolf Richardson's C++ classes
|
Exception handling class that all pq exceptions inherit from. May serve as a general catch-all for all pq exceptions, after (or instead of) catching the more specific exceptions. More...
#include <pq/errors>
Public Member Functions | |
pq_error (const char *what) | |
pq_error (const std::string &what) | |
Exception handling class that all pq exceptions inherit from. May serve as a general catch-all for all pq exceptions, after (or instead of) catching the more specific exceptions.