| 3699 | Optional< qint32 > rateLimitDuration; |
| 3700 | |
| 3701 | EDAMSystemException() {} |
| 3702 | ~EDAMSystemException() throw() {} |
| 3703 | const char* what() const throw() Q_DECL_OVERRIDE; |
| 3704 | virtual QSharedPointer<EverCloudExceptionData> exceptionData() const Q_DECL_OVERRIDE; |
nothing calls this directly
no outgoing calls
no test coverage detected