MCPcopy Create free account
hub / github.com/Profactor/cv-plot / GeneratorException

Class GeneratorException

CvPlot/ext/catch2/inc/catch.hpp:3873–3882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3871namespace Catch {
3872
3873class GeneratorException : public std::exception {
3874 const char* const m_msg = "";
3875
3876public:
3877 GeneratorException(const char* msg):
3878 m_msg(msg)
3879 {}
3880
3881 const char* what() const noexcept override final;
3882};
3883
3884namespace Generators {
3885

Callers 3

FilterGeneratorMethod · 0.85
ChunkGeneratorMethod · 0.85
IteratorGeneratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected