MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / __init__

Method __init__

service/network.py:36–37  ·  view source on GitHub ↗
(self, msg=None)

Source from the content-addressed store, hash-verified

34
35class Error(Exception):
36 def __init__(self, msg=None):
37 self.message = msg
38
39
40class RequestError(Exception):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected