Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capturing errors for binding container module #4

Open
yadavAyush02 opened this issue Jan 30, 2023 · 0 comments
Open

Capturing errors for binding container module #4

yadavAyush02 opened this issue Jan 30, 2023 · 0 comments

Comments

@yadavAyush02
Copy link

In try catch block error is not executed if some bindings of a particular module is missing.

const InversifyConfigContainer = async () => {
  const container = new Container();

  try {
       // some bindings are missing here
  } catch (err: unknown) {
    errorHandler.handleError(err as Error);
  }
  return container;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant