2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-25 11:28:05 +00:00

13 lines
167 B
Plaintext
Raw Normal View History

2017-12-05 12:21:55 +01:00
{notice}
from ..error import Error
class {super_class}(Error):
2017-12-30 19:25:17 +01:00
{docstring}
2017-12-05 12:21:55 +01:00
CODE = {code}
2017-12-30 19:25:17 +01:00
""":obj:`int`: Error Code"""
NAME = __doc__
2017-12-05 12:21:55 +01:00
{sub_classes}