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