MCPcopy Create free account
hub / github.com/copier-org/copier / __init__

Method __init__

copier/errors.py:62–63  ·  view source on GitHub ↗
(self, message: str)

Source from the content-addressed store, hash-verified

60 """Exit the program giving a message to the user."""
61
62 def __init__(self, message: str):
63 self.message = message
64
65 def __str__(self) -> str:
66 return self.message

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected