spryker/error-handler
ErrorHandler module
Maintainers
2.14.1
2026-02-24 16:13 UTC
Requires
- php: >=8.3
- spryker/application-extension: ^1.0.0
- spryker/config: ^3.0.0
- spryker/error-handler-extension: ^1.0.0
- spryker/event-dispatcher-extension: ^1.0.0
- spryker/kernel: ^3.30.0
- spryker/log: ^3.0.0
- spryker/monitoring: ^1.0.0 || ^2.0.0
- spryker/symfony: ^3.5.0
- spryker/twig: ^3.15.0
- spryker/util-sanitize: ^2.3.0
Requires (Dev)
Suggests
- filp/whoops: When you want to use the ErrorHandler plugins.
- spryker/container: If you want to use Container.
- spryker/event-dispatcher: Use this module when you want to use the ErrorPageEventDispatcherPlugin.
- spryker/silex: If you want to use ServiceProvider.
Provides
None
Conflicts
None
Replaces
None
proprietary 25d349e7b9df42b22fc307bcc4aeb8d6ebdf62fd
This package is auto-updated.
Last update: 2026-06-28 00:37:44 UTC
README
👁 Latest Stable Version
👁 Minimum PHP Version
ErrorHandler is Spryker OS's dedicated error handling mechanism that collects detailed error related information. ErrorHandler handles notices, warnings and other types of minor issues usually not thrown as strict exceptions like more serious errors.
Installation
composer require spryker/error-handler
