mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
11 lines
No EOL
117 B
Text
11 lines
No EOL
117 B
Text
{notice}
|
|
|
|
from ..error import Error
|
|
|
|
|
|
class {super_class}(Error):
|
|
CODE = {code}
|
|
NAME = {name}
|
|
|
|
|
|
{sub_classes} |