File: exceptions.rst

package info (click to toggle)
python-pamqp 3.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 708 kB
  • sloc: python: 7,042; makefile: 135; xml: 85; sh: 6
file content (10 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
pamqp.exceptions
================

The :py:mod:`pamqp.exceptions` module is auto-generated, created by the ``tools/codegen.py`` application.

:py:mod:`pamqp.exceptions` implements AMQP exceptions as Python exceptions so that client libraries can raise these exceptions as is appropriate without having to implement their own extensions for AMQP protocol related issues.

.. automodule:: pamqp.exceptions
    :members:
    :member-order: bysource