| 239 | |
| 240 | |
| 241 | QSharedPointer<EverCloudExceptionData> EDAMUserException::exceptionData() const |
| 242 | { |
| 243 | return QSharedPointer<EverCloudExceptionData>(new EDAMUserExceptionData(what(), errorCode, parameter)); |
| 244 | } |
| 245 | |
| 246 | void EDAMUserExceptionData::throwException() const |
| 247 | { |
nothing calls this directly
no outgoing calls
no test coverage detected