C++ Library Extensions 2022.12.09
To help learn modern C++ programming
exception_debug Class Reference
Inheritance diagram for exception_debug:
[legend]
Collaboration diagram for exception_debug:
[legend]

Public Member Functions

 exception_debug (std::string message="", int lineno=0, std::string function_name="", std::string file_name="")
 
virtual const char * what () const noexcept override
 

Detailed Description

Definition at line 44 of file 006-debug_exception.cpp.

Constructor & Destructor Documentation

◆ exception_debug()

exception_debug::exception_debug ( std::string  message = "",
int  lineno = 0,
std::string  function_name = "",
std::string  file_name = "" 
)
inline

Definition at line 54 of file 006-debug_exception.cpp.

Member Function Documentation

◆ what()

virtual const char * exception_debug::what ( ) const
inlineoverridevirtualnoexcept

Definition at line 72 of file 006-debug_exception.cpp.


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