3 lines
82 B
Python
3 lines
82 B
Python
class IllegalArgumentName(Exception):
|
|
"""参数名称或快捷名不合法"""
|
class IllegalArgumentName(Exception):
|
|
"""参数名称或快捷名不合法"""
|