mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 12:51:18 +00:00
13 lines
164 B
Plaintext
13 lines
164 B
Plaintext
{notice}
|
|
|
|
from ..error import Error
|
|
|
|
|
|
class {super_class}(Error):
|
|
{docstring}
|
|
CODE = {code}
|
|
"""``int``: Error Code"""
|
|
NAME = __doc__
|
|
|
|
|
|
{sub_classes} |