File: exceptions.rst

package info (click to toggle)
praw 7.7.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 149,360 kB
  • sloc: python: 16,669; makefile: 131
file content (13 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Exceptions in PRAW
==================

In addition to exceptions under the ``praw.exceptions`` namespace shown below,
exceptions might be raised that inherit from ``prawcore.PrawcoreException``. Please see
the following resource for information on those exceptions:
https://github.com/praw-dev/prawcore/blob/master/prawcore/exceptions.py

praw.exceptions
---------------

.. automodule:: praw.exceptions
    :inherited-members: