MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / RaiseModuleException

Method RaiseModuleException

Source/DocumentFile.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void CDocumentFile::RaiseModuleException(const std::string &Msg) const // // //
365{
366 CModuleException e = GetException();
367 e.AppendError(Msg);
368 throw e;
369}
370
371unsigned CDocumentFile::Read(unsigned char *lpBuf, std::size_t nCount) // // //
372{

Callers 1

OpenDocumentMethod · 0.80

Calls 1

AppendErrorMethod · 0.80

Tested by

no test coverage detected