Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Fix broken link #1938

Merged
merged 1 commit into from
Jan 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core-concepts/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ application.run({ moduleName: 'app-root' });

The example shows how to define a custom handler and three possible options for handling the error via [trace]({%slug trace%}) module or while using custom functionality.

Further info about the error handing in NativeScript can be found [here](https://github.com/NativeScript/NativeScript/blob/master/HandlingErrors.md).
Further info about the error handing in NativeScript can be found [here](https://github.com/NativeScript/NativeScript/blob/master/tools/notes/HandlingErrors.md).

## Disabling rethrowing of uncaught JS exceptions to native

Expand Down