From a74f08c8f8c2b665abd9a21c70ca896049dc3c63 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Mon, 9 Dec 2024 09:39:51 +0100 Subject: [PATCH] Format docs --- docs/6/digging-deeper/error-handling.md | 1 + docs/master/digging-deeper/error-handling.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/6/digging-deeper/error-handling.md b/docs/6/digging-deeper/error-handling.md index 10ca38fcc..b655afb23 100644 --- a/docs/6/digging-deeper/error-handling.md +++ b/docs/6/digging-deeper/error-handling.md @@ -22,6 +22,7 @@ The error handler `Nuwave\Lighthouse\Execution\ReportingErrorHandler` is include and reports non-client-safe errors through the default Laravel exception handler. Client-safe errors are assumed to be something that: + - a client can understand and handle - were caused by client misuse, e.g. wrong syntax, authentication, validation diff --git a/docs/master/digging-deeper/error-handling.md b/docs/master/digging-deeper/error-handling.md index 10ca38fcc..b655afb23 100644 --- a/docs/master/digging-deeper/error-handling.md +++ b/docs/master/digging-deeper/error-handling.md @@ -22,6 +22,7 @@ The error handler `Nuwave\Lighthouse\Execution\ReportingErrorHandler` is include and reports non-client-safe errors through the default Laravel exception handler. Client-safe errors are assumed to be something that: + - a client can understand and handle - were caused by client misuse, e.g. wrong syntax, authentication, validation