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

Class RuleError_BadRegularExpression

fakedns.py:464–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
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 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected