Exception type
This commit is contained in:
parent
e98680d123
commit
a048b0e3cc
@ -12,7 +12,7 @@ python early hide:
|
||||
"""
|
||||
# security
|
||||
def raiser(*args, **kwargs):
|
||||
raise NotImplementedError("Returning an instance of the class is disabled")
|
||||
raise TypeError("Returning an instance of the class is disabled")
|
||||
cls.__init__ = raiser
|
||||
|
||||
name = getattr(cls, "name", cls.__name__)
|
||||
|
Loading…
Reference in New Issue
Block a user