JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
CException Class Reference

#include <customException.hpp>

Inheritance diagram for CException:
Collaboration diagram for CException:

Public Member Functions

 CException (const std::string &msg)
 
const char * what ()
 

Private Attributes

std::string message
 

Constructor & Destructor Documentation

◆ CException()

CException::CException ( const std::string & msg)
inlineexplicit

Member Function Documentation

◆ what()

const char * CException::what ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ message

std::string CException::message
private

The documentation for this class was generated from the following file: