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

Class ReadOnlyException

praw/exceptions.py:71–72  ·  view source on GitHub ↗

Raised when a method call requires :attr:`.read_only` mode to be disabled.

Source from the content-addressed store, hash-verified

69
70
71class ReadOnlyException(ClientException):
72 """Raised when a method call requires :attr:`.read_only` mode to be disabled."""
73
74
75class RedditAPIException(PRAWException):

Callers 1

meMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…