exception documentation

class IsStoppedError(RenewalError): (source)

Constructor: IsStoppedError()

View In Hierarchy

Raised when a renewal operation is requested but the bearer is already stopped.

The exception has no additional attributes; it simply indicates that the background renewal machinery has been shut down and cannot perform further renewals.

Method __init__ Create the error with a suitable message.
def __init__(self): (source) ΒΆ

Create the error with a suitable message.