randolf.ca  1.00
Randolf Richardson's C++ classes
Loading...
Searching...
No Matches
pq::errors::all Class Reference

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>

+ Inheritance diagram for pq::errors::all:
+ Collaboration diagram for pq::errors::all:

Public Member Functions

 all (const char *what)
 
 all (const std::string &what)
 

Detailed Description

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.


The documentation for this class was generated from the following file: