[Finder] Deprecate ExceptionInterface

This commit is contained in:
Maxime Steinhausser 2016-12-12 21:19:41 +01:00
parent 51bc35cc84
commit 1b600b0c94
3 changed files with 12 additions and 0 deletions

View File

@ -7,6 +7,11 @@ ClassLoader
* The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been deprecated
in favor of the `--apcu-autoloader` option introduced in composer 1.3
Finder
------
* The `ExceptionInterface` has been deprecated and will be removed in 4.0.
Security
--------

View File

@ -43,6 +43,11 @@ ExpressionLanguage
class has been removed. You should use the `CacheItemPoolInterface` interface
instead.
Finder
------
* The `ExceptionInterface` has been removed.
Form
----

View File

@ -13,6 +13,8 @@ namespace Symfony\Component\Finder\Exception;
/**
* @author Jean-François Simon <contact@jfsimon.fr>
*
* @deprecated since 3.3, to be removed in 4.0.
*/
interface ExceptionInterface
{