MCPcopy Create free account
hub / github.com/boy-hack/hack-requests / HackError

Class HackError

HackRequests/HackRequests.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19class HackError(Exception):
20 def __init__(self, content):
21 self.content = content
22
23 def __str__(self):
24 return self.content
25
26
27def extract_dict(text, sep, sep2="="):

Callers 2

httprawMethod · 0.85
httpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected