Source code for thriftworker.exceptions

"""All exceptions for this package."""
from __future__ import absolute_import


[docs]class AllocationError(Exception): """Raised if we can't bind to any address from pool."""
[docs]class BindError(Exception): """Error on socket binding."""
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.