Currently, the fallpack param for these classes is None. This will raise an exception in several common cases. In most cases it's more sensible to include a sensible fallback, like tenacity.wait_exponential(), instead of raise an exception. If the user doesn't like this behavior, they can pass fallback=None.