Skip to content

Commit c135625

Browse files
committed
docs(mobile-client): clarify location of standard exceptions
- Update description to mention the 'core' shared package - Add clarification for local repository setup
1 parent 079632d commit c135625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/mobile-client/architecture/error-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ All exceptions that represent business logic or data fetching errors are subtype
1616
- `OperationFailedException`: A general-purpose exception for other server-side or unexpected failures.
1717

1818
<Aside>
19-
You can find the full set of standardized exceptions in the `packages/core/lib/src/exceptions/` directory.
19+
The full set of standardized exceptions is defined in the `core` shared package. After you have cloned the `core` repository locally, you can find them in its `lib/src/exceptions/` directory.
2020
</Aside>
2121

2222
### The Flow of an Exception

0 commit comments

Comments
 (0)