From 294326fb981c69f0e46200dd8bba314bc39b6679 Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Wed, 4 Dec 2024 16:07:23 +0100 Subject: [PATCH] Fix markdown format --- 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 41df1ed6a..10ca38fcc 100644 --- a/docs/6/digging-deeper/error-handling.md +++ b/docs/6/digging-deeper/error-handling.md @@ -24,6 +24,7 @@ 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 + Thus, they are typically not actionable for server developers. ## Additional Error Information diff --git a/docs/master/digging-deeper/error-handling.md b/docs/master/digging-deeper/error-handling.md index 41df1ed6a..10ca38fcc 100644 --- a/docs/master/digging-deeper/error-handling.md +++ b/docs/master/digging-deeper/error-handling.md @@ -24,6 +24,7 @@ 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 + Thus, they are typically not actionable for server developers. ## Additional Error Information