PHP Classes

File: Bundle/Resources/config/services.yaml

Recommend this page to a friend!
  Classes of Carlos Artur Curvelo da Matos   Hephaestus Modern and Sophisticated Error Handling for PHP 8   Bundle/Resources/config/services.yaml   Download  
File: Bundle/Resources/config/services.yaml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Hephaestus Modern and Sophisticated Error Handling for PHP 8
Handle PHP errors in several ways
Author: By
Last change:
Date: 26 days ago
Size: 889 bytes
 

Contents

Class file image Download
services: _defaults: autowire: true autoconfigure: true public: false Hephaestus\Bundle\: resource: '../../' exclude: - '../../Resources' - '../../DependencyInjection' - '../../**/Exception/*' # Option Factory Service hephaestus.option_factory: class: Hephaestus\Bundle\Service\OptionFactory public: true # Exception Handler Service hephaestus.exception_handler: class: Hephaestus\Bundle\Service\ExceptionHandler arguments: $logger: '@logger' $debug: '%kernel.debug%' tags: - { name: kernel.event_listener, event: kernel.exception, method: onKernelException } # Explicitly configure the enhanced exception class as a service Hephaestus\Bundle\Exception\SymfonyEnhancedException: public: false