MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / GeneratorException

Class GeneratorException

tests/catch.hpp:3487–3496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3485namespace Catch {
3486
3487class GeneratorException : public std::exception {
3488 const char* const m_msg = "";
3489
3490public:
3491 GeneratorException(const char* msg):
3492 m_msg(msg)
3493 {}
3494
3495 const char* what() const noexcept override final;
3496};
3497
3498namespace Generators {
3499

Callers 1

FilterGeneratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected