Skip to content

Commit 728d892

Browse files
committed
fix get last error stack removed
1 parent 0598bd4 commit 728d892

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Concepts/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Within a custom error method, you have access to several pieces of information t
100100
4D automatically maintains a number of variables called [**system variables**](variables.md#system-variables), meeting different needs.
101101
:::
102102

103-
- the [`Last errors`](../commands-legacy/last-errors.md) command that returns a collection of the current stack of errors that occurred in the 4D application. You can also use the [`Last errors`](../commands-legacy/last-errors.md) command that returns the same information as arrays.
103+
- the [`Last errors`](../commands-legacy/last-errors.md) command that returns a collection of the current stack of errors that occurred in the 4D application.
104104
- the `Call chain` command that returns a collection of objects describing each step of the method call chain within the current process.
105105

106106

versioned_docs/version-20-R8/Concepts/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Within a custom error method, you have access to several pieces of information t
100100
4D automatically maintains a number of variables called [**system variables**](variables.md#system-variables), meeting different needs.
101101
:::
102102

103-
- the [`Last errors`](../commands-legacy/last-errors.md) command that returns a collection of the current stack of errors that occurred in the 4D application. You can also use the [`Last errors`](../commands-legacy/last-errors.md) command that returns the same information as arrays.
103+
- the [`Last errors`](../commands-legacy/last-errors.md) command that returns a collection of the current stack of errors that occurred in the 4D application.
104104
- the `Call chain` command that returns a collection of objects describing each step of the method call chain within the current process.
105105

106106

versioned_docs/version-20-R9/Concepts/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Within a custom error method, you have access to several pieces of information t
100100
4D automatically maintains a number of variables called [**system variables**](variables.md#system-variables), meeting different needs.
101101
:::
102102

103-
- the [`Last errors`](../commands-legacy/last-errors.md) command that returns a collection of the current stack of errors that occurred in the 4D application. You can also use the [`Last errors`](../commands-legacy/last-errors.md) command that returns the same information as arrays.
103+
- the [`Last errors`](../commands-legacy/last-errors.md) command that returns a collection of the current stack of errors that occurred in the 4D application.
104104
- the `Call chain` command that returns a collection of objects describing each step of the method call chain within the current process.
105105

106106

0 commit comments

Comments
 (0)