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

Method __str__

copier/errors.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self.message = message
64
65 def __str__(self) -> str:
66 return self.message
67
68
69class UnsupportedVersionError(UserMessageError):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected