kea-custom-hooks
FeM custom hooks libraries for Kea DHCP
|
Redis couldn't be initialized for some reason. More...
#include <exceptions.hpp>
Public Member Functions | |
HiredisInitFailure (const std::string &msg) | |
void | log (isc::log::Logger &logger) const override |
![]() | |
InitFailure (std::string message) | |
InitFailure (const InitFailure &)=default | |
InitFailure & | operator= (const InitFailure &)=default |
InitFailure (InitFailure &&)=default | |
InitFailure & | operator= (InitFailure &&)=default |
~InitFailure () override=default | |
const char * | what () const noexcept override |
virtual void | log (isc::log::Logger &logger) const |
Additional Inherited Members | |
![]() | |
std::string | message |
Redis couldn't be initialized for some reason.
Definition at line 89 of file exceptions.hpp.
|
inlineexplicit |
Definition at line 92 of file exceptions.hpp.
|
inlineoverridevirtual |
Reimplemented from InitFailure.
Definition at line 95 of file exceptions.hpp.