MCPcopy Create free account
hub / github.com/AshampooSystems/boden / __init__

Method __init__

bauer/error.py:15–20  ·  view source on GitHub ↗
(self, errorMessage)

Source from the content-addressed store, hash-verified

13
14class PreparedStateError(ErrorWithExitCode):
15 def __init__(self, errorMessage):
16 if not errorMessage:
17 errorMessage = "prepared state error";
18
19 ErrorWithExitCode.__init__(self, EXIT_PREPARED_STATE_ERROR, errorMessage);
20 self.errorMessage = errorMessage;
21
22class ProgramArgumentError(ErrorWithExitCode):
23 def __init__(self, errorMessage):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected