3 lines
68 B
Python
3 lines
68 B
Python
|
class IllegalName(Exception):
|
||
|
"""名称或快捷名不合法"""
|