Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2ba290

Browse files
committed
Mark ExceptionInterfaces throwable
1 parent 0c8ca6a commit f2ba290

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Fabien Potencier <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Jérôme Tamarelle <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
*
2020
* @author Jean-François Simon <[email protected]>
2121
*/
22-
interface ExceptionInterface
22+
interface ExceptionInterface extends \Throwable
2323
{
2424
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Fabien Potencier <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Romain Neutron <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Charles Sarrazin <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Jérémy Derussé <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Johannes M. Schmitt <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Alexandre Salomé <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

src/Symfony/Component/Security/Core/Exception/ExceptionInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Johannes M. Schmitt <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Fabien Potencier <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Bernhard Schussek <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
* @author Fabien Potencier <[email protected]>
1616
* @author Grégoire Pineau <[email protected]>
1717
*/
18-
interface ExceptionInterface
18+
interface ExceptionInterface extends \Throwable
1919
{
2020
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
*
1717
* @author Fabien Potencier <[email protected]>
1818
*/
19-
interface ExceptionInterface
19+
interface ExceptionInterface extends \Throwable
2020
{
2121
}

0 commit comments

Comments
 (0)