ev_error module¶
- class ev_error.Error_ImageDecode(msg='')[source]¶
用于表示程序中出现的图像解码错误的类。
- Parameters:
msg (str, optional) – 错误消息。默认为空字符串。
- class ev_error.Error_Import(msg='')[source]¶
表示导入错误的类,env需要修复。
- Parameters:
msg (str, optional) – The error message. Defaults to an empty string.
- class ev_error.Error_InputFormat(msg='')[source]¶
表示程序中发生的输入格式错误的类。
- Parameters:
msg (str, optional) – 错误消息。默认为空字符串。