#include <catch_generators.hpp>
Definition at line 3507 of file catch.hpp.
◆ GeneratorException() [1/2]
Catch::GeneratorException::GeneratorException |
( |
const char * | msg | ) |
|
|
inline |
◆ GeneratorException() [2/2]
Catch::GeneratorException::GeneratorException |
( |
const char * | msg | ) |
|
|
inline |
Definition at line 3511 of file catch.hpp.
3511 :
3512 m_msg(msg)
3513 {}
◆ 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: