mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
13 lines
No EOL
178 B
Text
13 lines
No EOL
178 B
Text
{notice}
|
|
|
|
from ..rpc_error import RPCError
|
|
|
|
|
|
class {super_class}(RPCError):
|
|
{docstring}
|
|
CODE = {code}
|
|
"""``int``: RPC Error Code"""
|
|
NAME = __doc__
|
|
|
|
|
|
{sub_classes} |