spdlog
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
Catch::GeneratorException Class Reference

Detailed Description

Definition at line 3717 of file catch.hpp.

#include <catch.hpp>

Inheritance diagram for Catch::GeneratorException:
[legend]

Public Member Functions

 GeneratorException (const char *msg)
 
const charwhat () const noexcept override final
 
T what (T... args)
 

Private Attributes

const char *const m_msg = ""
 

Constructor & Destructor Documentation

◆ GeneratorException()

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

Definition at line 3721 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 3718 of file catch.hpp.


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