This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Finder/Exception
Andreas Erhard 48d5f94cda
Throw a dedicated exception for non-existing directory
Makes Finder::in() throw a DirectoryNotFoundException instead of an InvalidArgumentException if one of the directories is not found.
This behavior is more consistent with the AccessDeniedException for files which are unreadable due to insufficient permissions.
To keep BC, the new exception class inherits from InvalidArgumentException.
2019-03-28 12:28:31 +01:00
..
AccessDeniedException.php [Finder] added a CHANGELOG entry for the previous merge 2013-03-23 08:42:25 +01:00
DirectoryNotFoundException.php Throw a dedicated exception for non-existing directory 2019-03-28 12:28:31 +01:00