MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / InvalidPipelineException

Method InvalidPipelineException

PathCopyCopy/src/PluginPipeline.cpp:346–349  ·  view source on GitHub ↗

Default constructor.

Source from the content-addressed store, hash-verified

344 // Default constructor.
345 //
346 InvalidPipelineException::InvalidPipelineException()
347 : std::runtime_error(ATL::CStringA(MAKEINTRESOURCEA(IDS_INVALIDPIPELINE)))
348 {
349 }
350
351 //
352 // Constructor with explanation string.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected