|
drogon
C++14/17-based HTTP application framework
|
Exception class for lost or failed backend connection. More...
#include <drogon/orm/Exception.h>


Public Member Functions | |
| DROGON_EXPORT | BrokenConnection (const std::string &) |
| Public Member Functions inherited from drogon::orm::Failure | |
| DROGON_EXPORT | Failure (const std::string &) |
| Public Member Functions inherited from drogon::orm::DrogonDbException | |
| virtual | ~DrogonDbException () noexcept |
| Support run-time polymorphism, and keep this class abstract. | |
Exception class for lost or failed backend connection.
If you're working on a Unix-like system, see the manual page for signal (2) on how to deal with SIGPIPE. The easiest way to make this signal harmless is to make your program ignore it: