| 22 | // |
| 23 | |
| 24 | ScreenUnavailableException::ScreenUnavailableException(double timeUntilRetry) : m_timeUntilRetry(timeUntilRetry) |
| 25 | { |
| 26 | // do nothing |
| 27 | } |
| 28 | |
| 29 | double ScreenUnavailableException::getRetryTime() const |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected