Skip to content

Commit 294326f

Browse files
committed
Fix markdown format
1 parent 3524160 commit 294326f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/6/digging-deeper/error-handling.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and reports non-client-safe errors through the default Laravel exception handler
2424
Client-safe errors are assumed to be something that:
2525
- a client can understand and handle
2626
- were caused by client misuse, e.g. wrong syntax, authentication, validation
27+
2728
Thus, they are typically not actionable for server developers.
2829

2930
## Additional Error Information

docs/master/digging-deeper/error-handling.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ and reports non-client-safe errors through the default Laravel exception handler
2424
Client-safe errors are assumed to be something that:
2525
- a client can understand and handle
2626
- were caused by client misuse, e.g. wrong syntax, authentication, validation
27+
2728
Thus, they are typically not actionable for server developers.
2829

2930
## Additional Error Information

0 commit comments

Comments
 (0)