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

Method __init__

praw/exceptions.py:48–50  ·  view source on GitHub ↗

Initialize an :class:`.InvalidImplicitAuth` instance.

(self)

Source from the content-addressed store, hash-verified

46 """Indicate exceptions where an implicit auth type is used incorrectly."""
47
48 def __init__(self) -> None:
49 """Initialize an :class:`.InvalidImplicitAuth` instance."""
50 super().__init__("Implicit authorization can only be used with installed apps.")
51
52
53class InvalidURL(ClientException):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected