StorageException is unnecessary #277
Labels
bug.GoodToFix
A bug that is good to fix, but it's fine to not fix
priority.Medium
Nice to have
severity.Low
A flaw that is unlikely to affect normal operations of the product
type.NotBug
A "bug" but not really a bug
Milestone
StorageException is unnecessary, as the existing DataLoadingException from AB3 has the same purpose.
Moreover, it causes unnecessary dependencies such the Main component depending on Storage component.
Let's switch all used instances into DataLoadingException instead.
The text was updated successfully, but these errors were encountered: