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

Method __init__

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

Source from the content-addressed store, hash-verified

21
22class ProgramArgumentError(ErrorWithExitCode):
23 def __init__(self, errorMessage):
24 if not errorMessage:
25 errorMessage = "program argument error";
26
27 ErrorWithExitCode.__init__(self, EXIT_PROGRAM_ARGUMENT_ERROR, errorMessage);
28 self.errorMessage = errorMessage;
29
30
31class CMakeProblemError(ErrorWithExitCode):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected