Joedb 10.2.1
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
Disconnection.h
Go to the documentation of this file.
1#ifndef joedb_Disconnection_declared
2#define joedb_Disconnection_declared
3
5
6namespace joedb
7{
8 /// @ref joedb::Robust_Connection does not try to reconnect when thrown
9 /// @ingroup error
11 {
12 public:
13 Disconnection(const std::string &message): Exception(message)
14 {
15 }
16 };
17}
18
19#endif
joedb::Robust_Connection does not try to reconnect when thrown
Disconnection(const std::string &message)