MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / __init__

Method __init__

test/correctness/util.py:531–534  ·  view source on GitHub ↗
(self, message, Errors=None, code=None)

Source from the content-addressed store, hash-verified

529
530class MongoModelException(Exception):
531 def __init__(self, message, Errors=None, code=None):
532 Exception.__init__(self, message)
533 self.Errors = Errors
534 self.code = code
535
536
537def format_result(parent, result, index):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected