Skip to content

Commit 1df7faf

Browse files
committed
add link to result api
1 parent 8544ec9 commit 1df7faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/manual/latest/exception.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ canonical: "/docs/manual/latest/exception"
66

77
# Exception
88

9-
Exceptions are just a special kind of variant, thrown in **exceptional** cases (don't abuse them!). Consider using the [`option`](null-undefined-option.mdx) or `result` type for recoverable errors.
9+
Exceptions are just a special kind of variant, thrown in **exceptional** cases (don't abuse them!). Consider using the [`option`](null-undefined-option.mdx) or [`result`](api/core/result) type for recoverable errors.
1010

1111
You can create your own exceptions like you'd make a variant (exceptions need to be capitalized too).
1212

0 commit comments

Comments
 (0)