gqylpy/systempath

异常 `SystemPathNotFoundError` 无法被妥善处理

Opened this issue · 1 comments

异常类 SystemPathNotFoundError 存于内部模块,无法被外部直接导入,无法仅处理它的异常。当引发它时只能通过例如 except Exception 的方式处理,过于宽泛。

已改进 063ef22,版本 1.0.12。现在 systempath 中可引发的大部分异常都可被外部导入,包括如下:
SystemPathNotFoundError
NotAPathError
NotAFileError
NotADirectoryOrFileError
IsSameFileError