MCPcopy Create free account
hub / github.com/RenderKit/embree / GeneratorException

Class GeneratorException

tutorials/external/catch.hpp:3505–3514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3503namespace Catch {
3504
3505class GeneratorException : public std::exception {
3506 const char* const m_msg = "";
3507
3508public:
3509 GeneratorException(const char* msg):
3510 m_msg(msg)
3511 {}
3512
3513 const char* what() const noexcept override final;
3514};
3515
3516namespace Generators {
3517

Callers 2

FilterGeneratorMethod · 0.85
ChunkGeneratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected