MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / Exception

Method Exception

include/RenderGraph/Exception.hpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 {
16 public:
17 Exception( std::string const & text
18 , std::string const & file
19 , int line )
20 : text{ file + ":" + std::to_string( line ) + " - " + text }
21 {
22 }
23
24 char const * what()const noexcept override
25 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected