Raised when a method call requires :attr:`.read_only` mode to be disabled.
| 69 | |
| 70 | |
| 71 | class ReadOnlyException(ClientException): |
| 72 | """Raised when a method call requires :attr:`.read_only` mode to be disabled.""" |
| 73 | |
| 74 | |
| 75 | class RedditAPIException(PRAWException): |
no outgoing calls
no test coverage detected
searching dependent graphs…