v7.1.3
Bug fixes
- Fix
BaseError.normalize(error, NewErrorClass).
erroris not converted toNewErrorClassif it is an instance of aBaseError's subclass. However,errorwas converted when it was an instance ofBaseErroritself, which was incorrect.
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.