v7.1.3
Bug fixes
- Fix
BaseError.normalize(error, NewErrorClass)
.
error
is not converted toNewErrorClass
if it is an instance of aBaseError
's subclass. However,error
was converted when it was an instance ofBaseError
itself, which was incorrect.