Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Error Handler Laravel Package

symfony/error-handler

Symfony ErrorHandler provides robust PHP error and exception handling with better debugging tools. Enable debug mode, convert warnings/notices into exceptions, and safely wrap code execution with ErrorHandler::call, even bypassing the @ silencer.

View on GitHub
Deep Wiki
Context7
v8.0.8

Changelog (https://github.com/symfony/error-handler/compare/v8.0.7...v8.0.8)

  • bug #63639 "[@method](https://github.com/method)" deprecation notices are missing when interface inheritance is used (@mpdude)
  • bug #63629 Fix deprecation notices for "[@method](https://github.com/method)" annotations and classes with __call() (@mpdude)
v7.4.8

Changelog (https://github.com/symfony/error-handler/compare/v7.4.7...v7.4.8)

  • bug #63639 "[@method](https://github.com/method)" deprecation notices are missing when interface inheritance is used (@mpdude)
  • bug #63629 Fix deprecation notices for "[@method](https://github.com/method)" annotations and classes with __call() (@mpdude)
v6.4.36

Changelog (https://github.com/symfony/error-handler/compare/v6.4.35...v6.4.36)

  • bug #63639 "[@method](https://github.com/method)" deprecation notices are missing when interface inheritance is used (@mpdude)
  • bug #63629 Fix deprecation notices for "[@method](https://github.com/method)" annotations and classes with __call() (@mpdude)
v8.0.4

Changelog (https://github.com/symfony/error-handler/compare/v8.0.3...v8.0.4)

  • bug #63108 fix parsing of complexe type (@jderusse)
v7.4.4

Changelog (https://github.com/symfony/error-handler/compare/v7.4.3...v7.4.4)

  • bug #63108 fix parsing of complexe type (@jderusse)
v7.3.10

Changelog (https://github.com/symfony/error-handler/compare/v7.3.9...v7.3.10)

  • bug #63108 fix parsing of complexe type (@jderusse)
v6.4.32

Changelog (https://github.com/symfony/error-handler/compare/v6.4.31...v6.4.32)

  • bug #63108 fix parsing of complexe type (@jderusse)
v7.3.6
v8.0.0-BETA1

Changelog (https://github.com/symfony/error-handler/compare/v7.3.4...v8.0.0-BETA1)

  • feature symfony/symfony#60776 [Console][FrameworkBundle] Remove deprecated Application::add() methods (@HypeMC)
  • feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
  • feature symfony/symfony#60639 Bump Symfony 8 to PHP >= 8.4 (@nicolas-grekas)
v7.4.0-BETA1

Changelog (https://github.com/symfony/error-handler/compare/v7.3.4...v7.4.0-BETA1)

  • feature symfony/symfony#60394 [Console][FrameworkBundle] Simplify using invokable commands when the component is used standalone (@HypeMC)
v7.3.4

Changelog (https://github.com/symfony/error-handler/compare/v7.3.3...v7.3.4)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v6.4.26

Changelog (https://github.com/symfony/error-handler/compare/v6.4.25...v6.4.26)

  • bug symfony/symfony#61727 Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages (@nicolas-grekas)
v7.3.2
v7.2.9
v6.4.24
v7.3.1

Changelog (https://github.com/symfony/error-handler/compare/v7.3.0...v7.3.1)

  • bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
v7.2.8

Changelog (https://github.com/symfony/error-handler/compare/v7.2.7...v7.2.8)

  • bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
v6.4.23

Changelog (https://github.com/symfony/error-handler/compare/v6.4.22...v6.4.23)

  • bug symfony/symfony#60779 Silence E_DEPRECATED and E_USER_DEPRECATED (@nicolas-grekas)
v7.3.0

Changelog (https://github.com/symfony/error-handler/compare/v7.3.0-RC1...v7.3.0)

  • bug symfony/symfony#60571 [ErrorHandler] Do not transform file to link if it does not exist (@lyrixx)
v7.2.7

Changelog (https://github.com/symfony/error-handler/compare/v7.2.6...v7.2.7)

  • bug symfony/symfony#60571 [ErrorHandler] Do not transform file to link if it does not exist (@lyrixx)
v6.4.22

Changelog (https://github.com/symfony/error-handler/compare/v6.4.21...v6.4.22)

  • bug symfony/symfony#60571 [ErrorHandler] Do not transform file to link if it does not exist (@lyrixx)
v7.3.0-BETA1

Changelog (https://github.com/symfony/error-handler/compare/v7.2.6...v7.3.0-BETA1)

  • feature symfony/symfony#58769 [ErrorHandler] Add a command to dump static error pages (@pyrech)
  • feature symfony/symfony#59114 [ErrorHandler] support non-empty-string/non-empty-list when patching return types (@xabbuh)
v7.2.5

Changelog (https://github.com/symfony/error-handler/compare/v7.2.4...v7.2.5)

  • bug symfony/symfony#59888 [PhpUnitBridge] don't trigger "internal" deprecations for PHPUnit Stub objects (@xabbuh)
v6.4.20

Changelog (https://github.com/symfony/error-handler/compare/v6.4.19...v6.4.20)

  • bug symfony/symfony#59888 [PhpUnitBridge] don't trigger "internal" deprecations for PHPUnit Stub objects (@xabbuh)
v7.2.4
v6.4.19
v7.2.3

Changelog (https://github.com/symfony/error-handler/compare/v7.2.2...v7.2.3)

  • bug symfony/symfony#59292 [WebProfilerBundle] Fix event delegation on links inside toggles (@MatTheCat)
  • bug symfony/symfony#59364 [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances (@nicolas-grekas)
  • bug symfony/symfony#59334 [ErrorHandler] [A11y] Simple proposal for color updates on error stack traces against colorblindness (@DocFX)
v7.1.11

Changelog (https://github.com/symfony/error-handler/compare/v7.1.10...v7.1.11)

  • bug symfony/symfony#59292 [WebProfilerBundle] Fix event delegation on links inside toggles (@MatTheCat)
  • bug symfony/symfony#59364 [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances (@nicolas-grekas)
  • bug symfony/symfony#59334 [ErrorHandler] [A11y] Simple proposal for color updates on error stack traces against colorblindness (@DocFX)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport