Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
Catch::GeneratorException Class Reference

#include <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

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.

Referenced by Catch::Generators::ChunkGenerator< T >::ChunkGenerator(), Catch::Generators::FilterGenerator< T, Predicate >::FilterGenerator(), and Catch::Generators::IteratorGenerator< T >::IteratorGenerator().

Here is the caller graph for this function:

Member Function Documentation

◆ what()

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

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