25 #ifndef WSIGNALUNKNOWN_H
26 #define WSIGNALUNKNOWN_H
30 #include "../WException.h"
45 explicit WSignalUnknown(
const std::string& msg =
"Signal is not known." );
56 #endif // WSIGNALUNKNOWN_H
virtual ~WSignalUnknown()
Destructor.
WSignalUnknown(const std::string &msg="Signal is not known.")
Default constructor.
General purpose exception and therefore base class for all kernel related exceptions.