%PDF- %PDF-
Direktori : /var/www/html/geotechnics/api/vendor/symfony/http-kernel/Tests/Exception/ |
Current File : /var/www/html/geotechnics/api/vendor/symfony/http-kernel/Tests/Exception/GoneHttpExceptionTest.php |
<?php namespace Symfony\Component\HttpKernel\Tests\Exception; use Symfony\Component\HttpKernel\Exception\GoneHttpException; class GoneHttpExceptionTest extends HttpExceptionTest { protected function createException(string $message = null, \Throwable $previous = null, ?int $code = 0, array $headers = []) { return new GoneHttpException($message, $previous, $code, $headers); } }