C++ Library Extensions 2022.12.09
To help learn modern C++ programming
cpg::debug_exception Class Reference

#include <cpg_types.hpp>

Inheritance diagram for cpg::debug_exception:
[legend]
Collaboration diagram for cpg::debug_exception:
[legend]

Public Member Functions

 debug_exception (std::string message, int lineno, std::string file_name)
 
virtual const char * what () const noexcept override
 

Detailed Description

Definition at line 586 of file cpg_types.hpp.

Constructor & Destructor Documentation

◆ debug_exception()

cpg::debug_exception::debug_exception ( std::string  message,
int  lineno,
std::string  file_name 
)
inline

Definition at line 595 of file cpg_types.hpp.

Member Function Documentation

◆ what()

virtual const char * cpg::debug_exception::what ( ) const
inlineoverridevirtualnoexcept

Definition at line 608 of file cpg_types.hpp.


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