Inherit Throwable in HttpExceptionInterface

This commit is contained in:
Johann Pardanaud 2019-10-03 10:14:32 +02:00
parent 732c0344ea
commit 2ac3fbf232
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace Symfony\Component\HttpKernel\Exception;
*
* @author Kris Wallsmith <kris@symfony.com>
*/
interface HttpExceptionInterface
interface HttpExceptionInterface extends \Throwable
{
/**
* Returns the status code.