You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Many storages (if not all) throw the NotFoundException without any message. It would be better to have a exception message (containing the requested class and key).
Maybe it is not necessary for every storage to throw this exception - when the storage returns an empty value UnitOfWork::reconstititute() will throw the exception anyway and it would be nicer to have it at one place. This change would be a BC Break though.
The text was updated successfully, but these errors were encountered:
Many storages (if not all) throw the NotFoundException without any message. It would be better to have a exception message (containing the requested class and key).
Maybe it is not necessary for every storage to throw this exception - when the storage returns an empty value
UnitOfWork::reconstititute()
will throw the exception anyway and it would be nicer to have it at one place. This change would be a BC Break though.The text was updated successfully, but these errors were encountered: