TimeoutException constructor
TimeoutException(
- dynamic error
Implementation
TimeoutException(error) : super(error, "[ERROR] Connection Timeout: ");
TimeoutException(error) : super(error, "[ERROR] Connection Timeout: ");