We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a25fb4 commit 15178cdCopy full SHA for 15178cd
config/services.yaml
@@ -22,6 +22,6 @@ services:
22
$exceptionConverters:
23
- '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\ValidationFailedExceptionConverter'
24
- '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter'
25
- - '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\ThrowableToProblemDetailsKernelListener'
+ - '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericThrowableConverter'
26
tags:
27
- { name: 'kernel.event_listener', event: 'kernel.exception', priority: 0 }
0 commit comments