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

Method __init__

bauer/error.py:8–11  ·  view source on GitHub ↗
(self, exitCode, errorMessage)

Source from the content-addressed store, hash-verified

6
7class ErrorWithExitCode(Exception):
8 def __init__(self, exitCode, errorMessage):
9 Exception.__init__(self, errorMessage);
10 self.exitCode = exitCode;
11 self.errorMessage = errorMessage;
12
13
14class PreparedStateError(ErrorWithExitCode):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected