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

Method __init__

praw/exceptions.py:187–193  ·  view source on GitHub ↗

Initialize a :class:`.WebSocketException` instance. :param message: The exception message.

(self, message: str)

Source from the content-addressed store, hash-verified

185 """Indicate exceptions caused by use of WebSockets."""
186
187 def __init__(self, message: str) -> None:
188 """Initialize a :class:`.WebSocketException` instance.
189
190 :param message: The exception message.
191
192 """
193 super().__init__(message)
194
195
196class MediaPostFailed(WebSocketException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected