API
Catch::GeneratorException Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::GeneratorException:
Inheritance graph
Collaboration diagram for Catch::GeneratorException:
Collaboration graph

Public Member Functions

 GeneratorException (const char *msg)
 
const char * what () const noexcept override final
 

Private Attributes

const char *const m_msg = ""
 

Detailed Description

Definition at line 3919 of file catch.hpp.

Constructor & Destructor Documentation

◆ GeneratorException()

Catch::GeneratorException::GeneratorException ( const char *  msg)
inline

Definition at line 3923 of file catch.hpp.

Member Function Documentation

◆ what()

const char* Catch::GeneratorException::what ( ) const
finaloverridenoexcept

Member Data Documentation

◆ m_msg

const char* const Catch::GeneratorException::m_msg = ""
private

Definition at line 3920 of file catch.hpp.


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