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

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>

+ Inheritance diagram for pq::pq_error:
+ Collaboration diagram for pq::pq_error:

Public Member Functions

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

Detailed Description

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.


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