MCPcopy Create free account
hub / github.com/praw-dev/praw / __init__

Method __init__

praw/exceptions.py:199–205  ·  view source on GitHub ↗

Initialize a :class:`.MediaPostFailed` instance.

(self)

Source from the content-addressed store, hash-verified

197 """Indicate exceptions where media uploads failed.."""
198
199 def __init__(self) -> None:
200 """Initialize a :class:`.MediaPostFailed` instance."""
201 super().__init__(
202 "The attempted media upload action has failed. Possible causes include the"
203 " corruption of media files. Check that the media file can be opened on"
204 " your local machine.",
205 )

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected