mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
11 lines
117 B
Plaintext
11 lines
117 B
Plaintext
|
{notice}
|
||
|
|
||
|
from ..error import Error
|
||
|
|
||
|
|
||
|
class {super_class}(Error):
|
||
|
CODE = {code}
|
||
|
NAME = {name}
|
||
|
|
||
|
|
||
|
{sub_classes}
|