All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Adding exception trace in
OpenTelemetry
format during array serialization.
- Exception messages have been corrected. Additional tests have been added.
- Remove class Serialization to array trait.
- Added interface
Throwable
toBaseExceptionInterface
. - Class
Error
was extended fromErrorException
. - Added
MonologProcessor
for Monolog.
- Fixed the PHPDoc type hints for
PHPStan
. - Fixed the
ResourceException
class and sibling classes.
- Rename method
BaseExceptionInterface::template()
toBaseExceptionInterface::getTemplate()
. - Update documentation (English and Russian).
- Exceptions are no longer added to the
exception registry
. This functionality is disabled by default.