From 941be5205048c8f46749b2b8ad9e74a933c7f63d Mon Sep 17 00:00:00 2001 From: Juhani Haapala Date: Mon, 30 Dec 2024 10:18:34 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c6e2c07..75ca820 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ email_errors: enabled: "%kernel.debug%" from: "%env(resolve:MAILER_ERRORS_FROM)%" to: "%env(resolve:MAILER_ERRORS_TO)%" - ignored_exception_class: [] + ignored_exception_classes: [] graphql: true ``` -You can ignore some exceptions by adding the class name in the `ignored_exception_class` array. -If `graphql` is set to `true`, the bundle will also handle errors from the `GraphQLBundle` and send them. \ No newline at end of file +You can ignore some exceptions by adding the class name in the `ignored_exception_classes` array. +If `graphql` is set to `true`, the bundle will also handle errors from the `GraphQLBundle` and send them.