twisted.internet.error.NoProtocol
class twisted.internet.error.NoProtocol(Exception): (source)
View In Hierarchy
An Exception that will be raised when the factory given to a IStreamClientEndpoint returns None from buildProtocol.
Exception
IStreamClientEndpoint
None
buildProtocol