File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ services:
13
13
$validationErrorsBuilder : ' @Phauthentic\Symfony\ProblemDetails\Validation\ValidationErrorsBuilder'
14
14
$problemDetailsResponseFactory : ' @Phauthentic\Symfony\ProblemDetails\FromExceptionEventFactoryInterface'
15
15
tags :
16
- - { name: 'exception.converter ' }
16
+ - { name: 'phauthentic.problem_details.exception_converter ' }
17
17
18
18
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter :
19
19
arguments :
20
20
$problemDetailsFactory : ' @Phauthentic\Symfony\ProblemDetails\ProblemDetailsFactoryInterface'
21
21
tags :
22
- - { name: 'exception.converter ' }
22
+ - { name: 'phauthentic.problem_details.exception_converter ' }
23
23
24
24
Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericExceptionConverter :
25
25
tags :
26
- - { name: 'exception.converter ' }
26
+ - { name: 'phauthentic.problem_details.exception_converter ' }
27
27
28
28
Phauthentic\Symfony\ProblemDetails\ThrowableToProblemDetailsKernelListener :
29
29
arguments :
30
- $exceptionConverters : !tagged_iterator exception.converter
30
+ $exceptionConverters : !tagged_iterator phauthentic.problem_details.exception_converter'
31
31
tags :
32
32
- { name: 'kernel.event_listener', event: 'kernel.exception', priority: 0 }
You can’t perform that action at this time.
0 commit comments