MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / DbTableError

Class DbTableError

src/Db/Db.py:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49atexit.register(dbCloseAll)
50
51class DbTableError(Exception):
52 def __init__(self, message, table):
53 super().__init__(message)
54 self.table = table
55
56class Db(object):
57

Callers 1

checkTablesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected