Skip to content

Commit 15178cd

Browse files
Fixing Services.yaml
1 parent 2a25fb4 commit 15178cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ services:
2222
$exceptionConverters:
2323
- '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\ValidationFailedExceptionConverter'
2424
- '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\HttpExceptionConverter'
25-
- '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\ThrowableToProblemDetailsKernelListener'
25+
- '@Phauthentic\Symfony\ProblemDetails\ExceptionConversion\GenericThrowableConverter'
2626
tags:
2727
- { name: 'kernel.event_listener', event: 'kernel.exception', priority: 0 }

0 commit comments

Comments
 (0)