mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-09-01 19:04:24 +00:00
init
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Symfony\Component\HttpKernel\Tests\Exception;
|
||||
|
||||
use Symfony\Component\HttpKernel\Exception\NotAcceptableHttpException;
|
||||
|
||||
class NotAcceptableHttpExceptionTest extends HttpExceptionTest
|
||||
{
|
||||
protected function createException()
|
||||
{
|
||||
return new NotAcceptableHttpException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user