MCPcopy Create free account
hub / github.com/amule-project/amule / CheckError

Method CheckError

src/FileArea.cpp:298–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void CFileArea::CheckError()
299{
300 bool err = m_error;
301 m_error = false;
302 if (err)
303 throw CIOFailureException("Read error, failed to read from file.");
304}
305

Callers 2

CreateHashFromFileMethod · 0.80

Calls 1

CIOFailureExceptionClass · 0.85

Tested by

no test coverage detected