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