MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / Error

Class Error

service/network.py:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

getMethod · 0.85
postMethod · 0.85
__networkAccessCheckMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected