File "NotAcceptableHttpExceptionTest.php"

Full path: /home/qooetu/costes.qooetu.com/vendor/symfony/http-kernel/Tests/Exception/NotAcceptableHttpExceptionTest.php
File size: 305 B (305 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\NotAcceptableHttpException;

class NotAcceptableHttpExceptionTest extends HttpExceptionTest
{
    protected function createException()
    {
        return new NotAcceptableHttpException();
    }
}