23 #ifndef DCEXCEPTION_HPP 24 #define DCEXCEPTION_HPP 44 DCException(
const char* message) : std::runtime_error(message)
53 DCException(std::string message) : std::runtime_error(message.c_str())
DCException(std::string message)
DCException(const char *message)