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

Method __init__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected