diff options
Diffstat (limited to 'tests/http/error.php')
-rw-r--r-- | tests/http/error.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http/error.php b/tests/http/error.php index 6df0d4b5..527e4068 100644 --- a/tests/http/error.php +++ b/tests/http/error.php @@ -6,4 +6,4 @@ use Psr\Http\Message\ServerRequestInterface; function handleRequest(ServerRequestInterface $req, ResponseInterface $resp): ResponseInterface { throw new Error("error"); -}
\ No newline at end of file +} |