Current File : /home/itiffy/www/vendor/symfony/http-kernel/Tests/Exception/AccessDeniedHttpExceptionTest.php
<?php

namespace Symfony\Component\HttpKernel\Tests\Exception;

use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;

class AccessDeniedHttpExceptionTest extends HttpExceptionTest
{
    protected function createException()
    {
        return new AccessDeniedHttpException();
    }
}