v5.1.0
Release 5.1.0 - 2024-10-27
Added
- Added interface
Throwable
toBaseExceptionInterface
. - Class
Error
was extended fromErrorException
. - Added
MonologProcessor
for Monolog.
Fixed
- Fixed the PHPDoc type hints for
PHPStan
. - Fixed the
ResourceException
class and sibling classes.
Changed
- 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.
Full Changelog: v5.0.2...v5.1.0