?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests/Exception/



?? Go up: /home/webdevt/prestashop17/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Tests

?? Viewing: LengthRequiredHttpExceptionTest.php

<?php

namespace Symfony\Component\HttpKernel\Tests\Exception;

use Symfony\Component\HttpKernel\Exception\LengthRequiredHttpException;

class LengthRequiredHttpExceptionTest extends HttpExceptionTest
{
    protected function createException()
    {
        return new LengthRequiredHttpException();
    }
}


??

??