-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(ClearlyDefinedStorage)!: Simplify exception handling
Catch all kinds of exceptions inside `readFromClearlyDefined()` already, which allows to simplify code and to remove the `handleException()` and `readPackageFromClearlyDefined()` functions. This is a breaking change as previously empty results are now partly failures. Relates to #6367. Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
- Loading branch information
1 parent
d568697
commit 74e3b99
Showing
2 changed files
with
40 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters