module documentation
HAProxy specific exceptions.
| Class | |
The network protocol was not one of TCP4 TCP6 or UNKNOWN. |
| Class | |
The provided PROXY protocol header is invalid. |
| Class | |
The address data is missing or incomplete. |
| Function | convert |
Convert an error into a different error type. |
Convert an error into a different error type.
| Parameters | |
sourceBaseException | The type of exception that should be caught and converted. |
targetBaseException | The type of exception to which the original should be converted. |
| Returns | |
Generator[ | Undocumented |