File "NotFoundHttpExceptionTest.php"

Full path: /home/qooetu/costes.qooetu.com/vendor/symfony/http-kernel/Tests/Exception/NotFoundHttpExceptionTest.php
File size: 290 B (290 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php

namespace Symfony\Component\HttpKernel\Tests\Exception;

use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;

class NotFoundHttpExceptionTest extends HttpExceptionTest
{
    protected function createException()
    {
        return new NotFoundHttpException();
    }
}