MCPcopy Create free account
hub / github.com/corpnewt/gibMacOS / __init__

Method __init__

gibMacOS.py:6–8  ·  view source on GitHub ↗
(self, message, title = "Error")

Source from the content-addressed store, hash-verified

4
5class ProgramError(Exception):
6 def __init__(self, message, title = "Error"):
7 super(Exception, self).__init__(message)
8 self.title = title
9
10
11class gibMacOS:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected