8000 [Finder] Deprecate ExceptionInterface · symfony/symfony@1b600b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b600b0

Browse files
committed
[Finder] Deprecate ExceptionInterface
1 parent 51bc35c commit 1b600b0

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

UPGRADE-3.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ ClassLoader
77
* The ApcClassLoader, WinCacheClassLoader and XcacheClassLoader classes have been deprecated
88
in favor of the `--apcu-autoloader` option introduced in composer 1.3
99

10+
Finder
11+
------
12+
13+
* The `ExceptionInterface` has been deprecated and will be removed in 4.0.
14+
1015
Security
1116
--------
1217

UPGRADE-4.0.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ ExpressionLanguage
4343
class has been removed. You should use the `CacheItemPoolInterface` interface
4444
instead.
4545

46+
Finder
47+
------
48+
49+
* The `ExceptionInterface` has been removed.
50+
4651
Form
4752
----
4853

src/Symfony/Component/Finder/Exception/ExceptionInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* @author Jean-François Simon <contact@jfsimon.fr>
16+
*
17+
* @deprecated since 3.3, to be removed in 4.0.
1618
*/
1719
interface ExceptionInterface
1820
{

0 commit comments

Comments
 (0)
0