poolcontrolpy.exceptions
Exceptions for poolcontrolpy
Module Contents
- exception poolcontrolpy.exceptions.HostError(host: str, port: int)[source]
Bases:
ExceptionRaised when Pool Controller connection failed.
- host
Host name or IP address
- Type
str
- port
Port number
- Type
int