MCPcopy Create free account
hub / github.com/baumgarr/nixnote2 / exceptionData

Method exceptionData

qevercloud/exceptions.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241QSharedPointer<EverCloudExceptionData> EDAMUserException::exceptionData() const
242{
243 return QSharedPointer<EverCloudExceptionData>(new EDAMUserExceptionData(what(), errorCode, parameter));
244}
245
246void EDAMUserExceptionData::throwException() const
247{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected