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

handle InvalidConfigException in all applications #245

Open
pdowler opened this issue Jan 13, 2021 · 0 comments
Open

handle InvalidConfigException in all applications #245

pdowler opened this issue Jan 13, 2021 · 0 comments

Comments

@pdowler
Copy link
Member

pdowler commented Jan 13, 2021

constructor for various classes (plugins) can throw this and it should be handled better than it is now:

  1. change InvalidConfigException to a checked exception
  2. change all StorageAdapter implementations to declare and throw it from constructor
  3. find other classes with their own config file and change them as well
  4. fix error handling of this in all components (compiler should help find them)
@pdowler pdowler added technical debt gamma must be resolved before production deployment labels Jan 13, 2021
@pdowler pdowler removed the gamma must be resolved before production deployment label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant