pyrogram/compiler/errors/template/class.txt

13 lines
178 B
Plaintext
Raw Normal View History

2017-12-05 11:21:55 +00:00
{notice}
from ..rpc_error import RPCError
2017-12-05 11:21:55 +00:00
class {super_class}(RPCError):
2017-12-30 18:25:17 +00:00
{docstring}
2017-12-05 11:21:55 +00:00
CODE = {code}
"""``int``: RPC Error Code"""
2017-12-30 18:25:17 +00:00
NAME = __doc__
2017-12-05 11:21:55 +00:00
{sub_classes}