Indicate exceptions that don't involve interaction with Reddit's API.
| 18 | |
| 19 | |
| 20 | class ClientException(PRAWException): |
| 21 | """Indicate exceptions that don't involve interaction with Reddit's API.""" |
| 22 | |
| 23 | |
| 24 | class DuplicateReplaceException(ClientException): |
no outgoing calls
searching dependent graphs…