lib-not-dr/lib_not_dr/command/exception.py
2023-07-11 14:02:05 +08:00

3 lines
82 B
Python

class IllegalArgumentName(Exception):
"""参数名称或快捷名不合法"""