|
fb-cpp 0.0.2
A modern C++ wrapper for the Firebird database API
|
Base exception class for all fb-cpp exceptions. More...
#include <Exception.h>


Public Member Functions | |
| FbCppException (const std::string &message) | |
| Constructs an FbCppException with the specified error message. | |
Base exception class for all fb-cpp exceptions.
Definition at line 182 of file Exception.h.
|
inlineexplicit |
Constructs an FbCppException with the specified error message.
Definition at line 190 of file Exception.h.