Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::GeneratorException Class Reference

#include <catch_generators.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 3507 of file catch.hpp.

Constructor & Destructor Documentation

◆ GeneratorException() [1/2]

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

Definition at line 27 of file catch_generators.hpp.

27 :
28 m_msg(msg)
29 {}

◆ GeneratorException() [2/2]

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

Definition at line 3511 of file catch.hpp.

3511 :
3512 m_msg(msg)
3513 {}

Member Function Documentation

◆ what() [1/2]

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

Definition at line 19 of file catch_generators.cpp.

19 {
20 return m_msg;
21}

◆ what() [2/2]

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

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