MCPcopy Index your code
hub / github.com/praw-dev/praw / ClientException

Class ClientException

praw/exceptions.py:20–21  ·  view source on GitHub ↗

Indicate exceptions that don't involve interaction with Reddit's API.

Source from the content-addressed store, hash-verified

18
19
20class ClientException(PRAWException):
21 """Indicate exceptions that don't involve interaction with Reddit's API."""
22
23
24class DuplicateReplaceException(ClientException):

Callers 15

short_urlMethod · 0.90
parse_errorMethod · 0.90
read_onlyMethod · 0.90
requestMethod · 0.90
_mime_typeMethod · 0.90
_uploadMethod · 0.90
_fetchMethod · 0.90
_fetchMethod · 0.90
__setattr__Method · 0.90
add_fetch_paramMethod · 0.90
_fetchMethod · 0.90
_fetchMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_strMethod · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…