spryker / error-handler
ErrorHandler module
2.10.0
2024-11-04 14:07 UTC
Requires
- php: >=8.2
- 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/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.
- 2.10.0
- 2.9.0
- 2.8.1
- 2.8.0
- 2.7.1
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- dev-master / 2.0.x-dev
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/spryker-mini-api-framework
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
This package is auto-updated.
Last update: 2024-11-05 16:34:37 UTC
README
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