MCPcopy
hub / github.com/corpnewt/gibMacOS / ProgramError

Class ProgramError

gibMacOS.py:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import os, shutil, time, sys, argparse, re, json, subprocess
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 8

save_settingsMethod · 0.85
save_prod_cacheMethod · 0.85
set_prodsMethod · 0.85
download_prodMethod · 0.85
get_latestMethod · 0.85
get_for_productMethod · 0.85
get_for_versionMethod · 0.85
gibMacOS.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected