Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (19 loc) · 555 Bytes

errors.rst

File metadata and controls

23 lines (19 loc) · 555 Bytes

:mod:`Pyro4.errors` --- Exception classes

The exception hierarchy is as follows:

Exception
  |
  +-- PyroError
        |
        +-- NamingError
        +-- DaemonError
        +-- SecurityError
        +-- CommunicationError
              |
              +-- ConnectionClosedError
              +-- TimeoutError
              +-- ProtocolError
                      |
                      +-- SerializeError
.. automodule:: Pyro4.errors
   :members: