Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor symfony#6228 removed unnecessary exception from repository (gondo)
This PR was submitted for the master branch but it was merged into the 2.8 branch instead (closes symfony#6228). Discussion ---------- removed unnecessary exception from repository removed `UsernameNotFoundException` form repository as this logic does not belong to repository and also it is duplicated. exception is already thrown on proper place if no user is found: https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php#L60 Commits ------- 0e288a2 removed unnecesary exception form repository
- Loading branch information