[ErrorRenderer] FlattenException cannot be final

This commit is contained in:
Nicolas Grekas 2019-10-22 17:09:08 +02:00
parent ec8e34f05e
commit b125835056

View File

@ -24,7 +24,7 @@ use Symfony\Component\HttpKernel\Exception\HttpExceptionInterface;
* *
* @author Fabien Potencier <fabien@symfony.com> * @author Fabien Potencier <fabien@symfony.com>
*/ */
final class FlattenException extends LegacyFlattenException class FlattenException extends LegacyFlattenException
{ {
private $title; private $title;
private $message; private $message;