12 explicit NotImplemented(
const std::string& message) : std::logic_error(message +
" not implemented."){}
FunctionNotImplemented(const std::string &functionName)
Definition NotImplemented.hpp:19
NotImplemented(const std::string &message)
Definition NotImplemented.hpp:12
Custom errors specific to TeaPacket.
Definition NotImplemented.hpp:7