1#ifndef CUSTOM_EXCEPTION_HPP
2#define CUSTOM_EXCEPTION_HPP
const char * what()
Definition customException.hpp:15
std::string message
Definition customException.hpp:10
CException(const std::string &msg)
Definition customException.hpp:13
Definition customException.hpp:20
void example(void)
Definition customException.cpp:3
int failing_function(void)
Definition customException.cpp:12