[0.19.4] - 2022-03-12
Added
- New
Error::IoPathError
, which provides better error messages for path related IoErrors. Error::RawIoError
, for all generic IoErrors that already have some context.
Changed
- More info in
Error::IoError
, for better context on some IoErrors.
Removed
Error::LogWrite
in favor of the newIoPathError
.Error::LogRead
in favor of the newIoPathError
.Error::FileNotFound
in favor of the newIoPathError
.