8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00792fc commit b2d201bCopy full SHA for b2d201b
UPGRADE-5.0.md
@@ -340,6 +340,7 @@ HttpKernel
340
* Removed the second and third argument of `FileLocator::__construct`
341
* Removed loading resources from `%kernel.root_dir%/Resources` and `%kernel.root_dir%` as
342
fallback directories.
343
+ * Added `Throwable` as a parent to the `HttpExceptionInterface` interface
344
345
Intl
346
----
src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php
@@ -16,7 +16,7 @@
16
*
17
* @author Kris Wallsmith <kris@symfony.com>
18
*/
19
-interface HttpExceptionInterface
+interface HttpExceptionInterface extends \Throwable
20
{
21
/**
22
* Returns the status code.
0 commit comments