RetryerTimeoutError# exception phalanx.exceptions.RetryerTimeoutError(condition, attempts, interval)# Bases: Exception Timed out waiting for some condition after multiple attempts. Parameters: condition (str) attempts (int) interval (timedelta)