MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / __init__

Method __init__

fakedns.py:465–466  ·  view source on GitHub ↗
(self,lineno)

Source from the content-addressed store, hash-verified

463# Error classes for handling rule issues
464class RuleError_BadRegularExpression(Exception):
465 def __init__(self,lineno):
466 print("\n!! Malformed Regular Expression on rulefile line #%d\n\n" % lineno)
467
468
469class RuleError_BadRuleType(Exception):

Callers

nothing calls this directly

Calls 1

printFunction · 0.85

Tested by

no test coverage detected