Base class for exceptions generated by the library.
More...
#include <error.hpp>
Base class for exceptions generated by the library.
Definition at line 22 of file error.hpp.
tip::db::pg::error::db_error::db_error |
( |
std::string const & |
what_arg | ) |
|
|
explicit |
tip::db::pg::error::db_error::db_error |
( |
char const * |
what_arg | ) |
|
|
explicit |
tip::db::pg::error::db_error::db_error |
( |
std::string const & |
message, |
|
|
std::string |
severity, |
|
|
std::string |
code, |
|
|
std::string |
detail |
|
) |
| |
std::string tip::db::pg::error::db_error::code |
std::string tip::db::pg::error::db_error::detail |
std::string tip::db::pg::error::db_error::severity |
The documentation for this class was generated from the following file: