MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / __init__

Method __init__

windows/winproxy/error.py:9–12  ·  view source on GitHub ↗
(self, func_name, api_name)

Source from the content-addressed store, hash-verified

7# ApiProxy stuff
8class ExportNotFound(RuntimeError):
9 def __init__(self, func_name, api_name):
10 self.func_name = func_name
11 self.api_name = api_name
12 super(ExportNotFound, self).__init__("Function {0} not found into {1}".format(func_name, api_name))
13
14
15# PFW Winproxy Exception type

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected