kblib 0.2.3
General utilities library for modern C++
Catch::GeneratorException Class Reference

#include <catch/catch.hpp>

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

Public Member Functions

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

Detailed Description

Definition at line 3919 of file catch.hpp.

Constructor & Destructor Documentation

◆ GeneratorException() [1/2]

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

Definition at line 3923 of file catch.hpp.

◆ GeneratorException() [2/2]

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

Definition at line 3923 of file catch.hpp.

Member Function Documentation

◆ what() [1/2]

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

◆ what() [2/2]

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

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