Skip to content

Commit 023d419

Browse files
rizalibnumsluszniak
authored andcommitted
chore: replace generic error with RnExecutorchError in ResourceFetcher for better error handling
1 parent a9c62f9 commit 023d419

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/react-native-executorch/src/utils/ResourceFetcher.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@
3131
import { ResourceSource } from '../types/common';
3232
import { RnExecutorchError } from '../errors/errorUtils';
3333
import { RnExecutorchErrorCode } from '../errors/ErrorCodes';
34+
<<<<<<< HEAD
3435
import { ResourceFetcherUtils } from './ResourceFetcherUtils';
36+
=======
37+
>>>>>>> 359427b1 (chore: replace generic error with RnExecutorchError in ResourceFetcher for better error handling)
3538

3639
/**
3740
* Adapter interface for resource fetching operations.

0 commit comments

Comments
 (0)