Skip to content

v7.1.3

Compare
Choose a tag to compare
@ehmicky ehmicky released this 15 Sep 17:07
· 11 commits to main since this release

Bug fixes

  • Fix BaseError.normalize(error, NewErrorClass).
    error is not converted to NewErrorClass if it is an instance of a BaseError's subclass. However, error was converted when it was an instance of BaseError itself, which was incorrect.